Html Css Color HEX #BFAB33 Brass

📋 copy color: '#BFAB33'

red 191 ◦ green 171 ◦ blue 51

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

Shades of Brass #BFAB33

Tints of Brass #BFAB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.35%

R = 46.25%
G = 41.4%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFAB33 (or 0xBFAB33) is known color: Brass. HEX triplet: BF, AB and 33. RGB value is (191,171,51). Sum of RGB (Red+Green+Blue) = 191+171+51=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB33 is #4054CC. Grayscale: #A3A3A3. Windows color (decimal): -4216013 or 3386303. OLE color: 3386303.

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

Color convert

RGB 191 171 51 -
CMYK 0 0.10 0.73 0.25
HSL 51.43º 0.58% 0.47% -
HSV(B) 51.43º 0.73% 0.75% -
XYZ 36.65 40.44 9.01 -
YUV 163.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 191 171 51 0 0.10 0.73 0.25 51.43 0.58 0.47
Hex BF AB 33 0 A 49 19 33 3A 2F
Octal 277 253 63 0 12 111 31 63 72 57
Binary 10111111 10101011 110011 0 1010 1001001 11001 110011 111010 101111

Color Harmonies of #BFAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB33

Black with #BFAB33

Text Example


Text Example

White with #BFAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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