Html Css Color HEX #BBAE33 Brass

📋 copy color: '#BBAE33'

red 187 ◦ green 174 ◦ blue 51

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

Shades of Brass #BBAE33

Tints of Brass #BBAE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.38%

R = 45.39%
G = 42.23%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBAE33 (or 0xBBAE33) is known color: Brass. HEX triplet: BB, AE and 33. RGB value is (187,174,51). Sum of RGB (Red+Green+Blue) = 187+174+51=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE33 is #4451CC. Grayscale: #A4A4A4. Windows color (decimal): -4477389 or 3387067. OLE color: 3387067.

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

Color convert

RGB 187 174 51 -
CMYK 0 0.07 0.73 0.27
HSL 54.26º 0.57% 0.47% -
HSV(B) 54.26º 0.73% 0.73% -
XYZ 36.23 41.08 9.15 -
YUV 163.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 187 174 51 0 0.07 0.73 0.27 54.26 0.57 0.47
Hex BB AE 33 0 7 49 1B 36 39 2F
Octal 273 256 63 0 7 111 33 66 71 57
Binary 10111011 10101110 110011 0 111 1001001 11011 110110 111001 101111

Color Harmonies of #BBAE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE33

Black with #BBAE33

Text Example


Text Example

White with #BBAE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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