Html Css Color HEX #BBAF43 Brass

📋 copy color: '#BBAF43'

red 187 ◦ green 175 ◦ blue 67

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

Shades of Brass #BBAF43

Tints of Brass #BBAF43

RGB

 RED value IS 187 (73.44% from 255) = 43.59%

 GREEN value IS 175 (68.75% from 255) = 40.79%

 BLUE value IS 67 (26.56% from 255) = 15.62%

R = 43.59%
G = 40.79%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBAF43 (or 0xBBAF43) is known color: Brass. HEX triplet: BB, AF and 43. RGB value is (187,175,67). Sum of RGB (Red+Green+Blue) = 187+175+67=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF43 is #4450BC. Grayscale: #A6A6A6. Windows color (decimal): -4477117 or 4435899. OLE color: 4435899.

HSL color Cylindrical-coordinate representation of color #BBAF43: hue angle of 54º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBAF43 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 67 -
CMYK 0 0.06 0.64 0.27
HSL 54º 0.47% 0.5% -
HSV(B) 54º 0.64% 0.73% -
XYZ 36.84 41.63 11.4 -
YUV 166.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 187 175 67 0 0.06 0.64 0.27 54 0.47 0.5
Hex BB AF 43 0 6 40 1B 36 2F 32
Octal 273 257 103 0 6 100 33 66 57 62
Binary 10111011 10101111 1000011 0 110 1000000 11011 110110 101111 110010

Color Harmonies of #BBAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF43

Black with #BBAF43

Text Example


Text Example

White with #BBAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF43; }

 p { color: rgb(187,175,67); }

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

background-color css

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

 a { background-color: rgb(187,175,67); }

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

border-color css

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

 span { border-color: rgb(187,175,67); }

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