Html Css Color HEX #BBAE36 Brass

📋 copy color: '#BBAE36'

red 187 ◦ green 174 ◦ blue 54

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

Shades of Brass #BBAE36

Tints of Brass #BBAE36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.01%

R = 45.06%
G = 41.93%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBAE36 (or 0xBBAE36) is known color: Brass. HEX triplet: BB, AE and 36. RGB value is (187,174,54). Sum of RGB (Red+Green+Blue) = 187+174+54=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE36 is #4451C9. Grayscale: #A4A4A4. Windows color (decimal): -4477386 or 3583675. OLE color: 3583675.

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

Color convert

RGB 187 174 54 -
CMYK 0 0.07 0.71 0.27
HSL 54.14º 0.55% 0.47% -
HSV(B) 54.14º 0.71% 0.73% -
XYZ 36.3 41.1 9.51 -
YUV 164.21 65.81 144.26 -
System Red Green Blue C M Y K H S L
Decimal 187 174 54 0 0.07 0.71 0.27 54.14 0.55 0.47
Hex BB AE 36 0 7 47 1B 36 37 2F
Octal 273 256 66 0 7 107 33 66 67 57
Binary 10111011 10101110 110110 0 111 1000111 11011 110110 110111 101111

Color Harmonies of #BBAE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE36

Black with #BBAE36

Text Example


Text Example

White with #BBAE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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