Html Css Color HEX #BFAB42 Brass

📋 copy color: '#BFAB42'

red 191 ◦ green 171 ◦ blue 66

#BFAB42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BFAB42

Tints of Brass #BFAB42

RGB

 RED value IS 191 (75% from 255) = 44.63%

 GREEN value IS 171 (67.19% from 255) = 39.95%

 BLUE value IS 66 (26.17% from 255) = 15.42%

R = 44.63%
G = 39.95%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFAB42 (or 0xBFAB42) is known color: Brass. HEX triplet: BF, AB and 42. RGB value is (191,171,66). Sum of RGB (Red+Green+Blue) = 191+171+66=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB42 is #4054BD. Grayscale: #A5A5A5. Windows color (decimal): -4215998 or 4369343. OLE color: 4369343.

HSL color Cylindrical-coordinate representation of color #BFAB42: hue angle of 50.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFAB42 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 66 -
CMYK 0 0.10 0.65 0.25
HSL 50.4º 0.49% 0.5% -
HSV(B) 50.4º 0.65% 0.75% -
XYZ 37.03 40.6 11.04 -
YUV 165.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 191 171 66 0 0.10 0.65 0.25 50.4 0.49 0.5
Hex BF AB 42 0 A 41 19 32 31 32
Octal 277 253 102 0 12 101 31 62 61 62
Binary 10111111 10101011 1000010 0 1010 1000001 11001 110010 110001 110010

Color Harmonies of #BFAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB42

Black with #BFAB42

Text Example


Text Example

White with #BFAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB42; }

 p { color: rgb(191,171,66); }

 H1.HeaderClassName
 {
   color: #BFAB42;
 }
 .AnyTagClassName
 {
   color: #BFAB42;
 }
</style>

background-color css

<style>
 a { background-color: #BFAB42; }

 a { background-color: rgb(191,171,66); }

 div.DivClassName
 {
   background-color: #BFAB42;
 }
 .BgClassName
 {
   background-color: #BFAB42;
 }
</style>

border-color css

<style>
 span { border-color: #BFAB42; }

 span { border-color: rgb(191,171,66); }

 td.TdClassName
 {
   border-color: #BFAB42;
 }
 .TagClassName
 {
   border-color: #BFAB42;
 }
</style>