Html Css Color HEX #BBAE37 Brass

📋 copy color: '#BBAE37'

red 187 ◦ green 174 ◦ blue 55

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

Shades of Brass #BBAE37

Tints of Brass #BBAE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.22%

R = 44.95%
G = 41.83%
B = 13.22%

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

#BBAE37 (or 0xBBAE37) is known color: Brass. HEX triplet: BB, AE and 37. RGB value is (187,174,55). Sum of RGB (Red+Green+Blue) = 187+174+55=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE37 is #4451C8. Grayscale: #A4A4A4. Windows color (decimal): -4477385 or 3649211. OLE color: 3649211.

HSL color Cylindrical-coordinate representation of color #BBAE37: hue angle of 54.09º 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 #BBAE37 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 55 -
CMYK 0 0.07 0.71 0.27
HSL 54.09º 0.55% 0.47% -
HSV(B) 54.09º 0.71% 0.73% -
XYZ 36.32 41.11 9.64 -
YUV 164.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 187 174 55 0 0.07 0.71 0.27 54.09 0.55 0.47
Hex BB AE 37 0 7 47 1B 36 37 2F
Octal 273 256 67 0 7 107 33 66 67 57
Binary 10111011 10101110 110111 0 111 1000111 11011 110110 110111 101111

Color Harmonies of #BBAE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE37

Black with #BBAE37

Text Example


Text Example

White with #BBAE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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