Html Css Color HEX #BBAE3B Brass

📋 copy color: '#BBAE3B'

red 187 ◦ green 174 ◦ blue 59

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

Shades of Brass #BBAE3B

Tints of Brass #BBAE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.05%

R = 44.52%
G = 41.43%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBAE3B (or 0xBBAE3B) is known color: Brass. HEX triplet: BB, AE and 3B. RGB value is (187,174,59). Sum of RGB (Red+Green+Blue) = 187+174+59=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE3B is #4451C4. Grayscale: #A5A5A5. Windows color (decimal): -4477381 or 3911355. OLE color: 3911355.

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

Color convert

RGB 187 174 59 -
CMYK 0 0.07 0.68 0.27
HSL 53.91º 0.52% 0.48% -
HSV(B) 53.91º 0.68% 0.73% -
XYZ 36.42 41.15 10.16 -
YUV 164.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 187 174 59 0 0.07 0.68 0.27 53.91 0.52 0.48
Hex BB AE 3B 0 7 44 1B 36 34 30
Octal 273 256 73 0 7 104 33 66 64 60
Binary 10111011 10101110 111011 0 111 1000100 11011 110110 110100 110000

Color Harmonies of #BBAE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE3B

Black with #BBAE3B

Text Example


Text Example

White with #BBAE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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