Html Css Color HEX #BBAE41 Brass

📋 copy color: '#BBAE41'

red 187 ◦ green 174 ◦ blue 65

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

Shades of Brass #BBAE41

Tints of Brass #BBAE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 43.9%
G = 40.85%
B = 15.26%

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

#BBAE41 (or 0xBBAE41) is known color: Brass. HEX triplet: BB, AE and 41. RGB value is (187,174,65). Sum of RGB (Red+Green+Blue) = 187+174+65=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE41 is #4451BE. Grayscale: #A5A5A5. Windows color (decimal): -4477375 or 4304571. OLE color: 4304571.

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

Color convert

RGB 187 174 65 -
CMYK 0 0.07 0.65 0.27
HSL 53.61º 0.48% 0.49% -
HSV(B) 53.61º 0.65% 0.73% -
XYZ 36.58 41.22 11.03 -
YUV 165.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 187 174 65 0 0.07 0.65 0.27 53.61 0.48 0.49
Hex BB AE 41 0 7 41 1B 36 30 31
Octal 273 256 101 0 7 101 33 66 60 61
Binary 10111011 10101110 1000001 0 111 1000001 11011 110110 110000 110001

Color Harmonies of #BBAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE41

Black with #BBAE41

Text Example


Text Example

White with #BBAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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