Html Css Color HEX #BBAE42 Brass

📋 copy color: '#BBAE42'

red 187 ◦ green 174 ◦ blue 66

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

Shades of Brass #BBAE42

Tints of Brass #BBAE42

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

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

R = 43.79%
G = 40.75%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBAE42 (or 0xBBAE42) is known color: Brass. HEX triplet: BB, AE and 42. RGB value is (187,174,66). Sum of RGB (Red+Green+Blue) = 187+174+66=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE42 is #4451BD. Grayscale: #A6A6A6. Windows color (decimal): -4477374 or 4370107. OLE color: 4370107.

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

Color convert

RGB 187 174 66 -
CMYK 0 0.07 0.65 0.27
HSL 53.55º 0.48% 0.5% -
HSV(B) 53.55º 0.65% 0.73% -
XYZ 36.61 41.23 11.18 -
YUV 165.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 187 174 66 0 0.07 0.65 0.27 53.55 0.48 0.5
Hex BB AE 42 0 7 41 1B 36 30 32
Octal 273 256 102 0 7 101 33 66 60 62
Binary 10111011 10101110 1000010 0 111 1000001 11011 110110 110000 110010

Color Harmonies of #BBAE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE42

Black with #BBAE42

Text Example


Text Example

White with #BBAE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE42; }

 p { color: rgb(187,174,66); }

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

background-color css

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

 a { background-color: rgb(187,174,66); }

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

border-color css

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

 span { border-color: rgb(187,174,66); }

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