Html Css Color HEX #BBAE34 Brass

📋 copy color: '#BBAE34'

red 187 ◦ green 174 ◦ blue 52

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

Shades of Brass #BBAE34

Tints of Brass #BBAE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 45.28%
G = 42.13%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBAE34 (or 0xBBAE34) is known color: Brass. HEX triplet: BB, AE and 34. RGB value is (187,174,52). Sum of RGB (Red+Green+Blue) = 187+174+52=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE34 is #4451CB. Grayscale: #A4A4A4. Windows color (decimal): -4477388 or 3452603. OLE color: 3452603.

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

Color convert

RGB 187 174 52 -
CMYK 0 0.07 0.72 0.27
HSL 54.22º 0.56% 0.47% -
HSV(B) 54.22º 0.72% 0.73% -
XYZ 36.25 41.08 9.27 -
YUV 163.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 187 174 52 0 0.07 0.72 0.27 54.22 0.56 0.47
Hex BB AE 34 0 7 48 1B 36 38 2F
Octal 273 256 64 0 7 110 33 66 70 57
Binary 10111011 10101110 110100 0 111 1001000 11011 110110 111000 101111

Color Harmonies of #BBAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE34

Black with #BBAE34

Text Example


Text Example

White with #BBAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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