Html Css Color HEX #BBAE3E Brass

📋 copy color: '#BBAE3E'

red 187 ◦ green 174 ◦ blue 62

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

Shades of Brass #BBAE3E

Tints of Brass #BBAE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.66%

R = 44.21%
G = 41.13%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBAE3E (or 0xBBAE3E) is known color: Brass. HEX triplet: BB, AE and 3E. RGB value is (187,174,62). Sum of RGB (Red+Green+Blue) = 187+174+62=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE3E is #4451C1. Grayscale: #A5A5A5. Windows color (decimal): -4477378 or 4107963. OLE color: 4107963.

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

Color convert

RGB 187 174 62 -
CMYK 0 0.07 0.67 0.27
HSL 53.76º 0.5% 0.49% -
HSV(B) 53.76º 0.67% 0.73% -
XYZ 36.5 41.18 10.58 -
YUV 165.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 187 174 62 0 0.07 0.67 0.27 53.76 0.5 0.49
Hex BB AE 3E 0 7 43 1B 36 32 31
Octal 273 256 76 0 7 103 33 66 62 61
Binary 10111011 10101110 111110 0 111 1000011 11011 110110 110010 110001

Color Harmonies of #BBAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE3E

Black with #BBAE3E

Text Example


Text Example

White with #BBAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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