Html Css Color HEX #BBAE4A Brass

📋 copy color: '#BBAE4A'

red 187 ◦ green 174 ◦ blue 74

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

Shades of Brass #BBAE4A

Tints of Brass #BBAE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.01%

R = 42.99%
G = 40%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBAE4A (or 0xBBAE4A) is known color: Brass. HEX triplet: BB, AE and 4A. RGB value is (187,174,74). Sum of RGB (Red+Green+Blue) = 187+174+74=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE4A is #4451B5. Grayscale: #A6A6A6. Windows color (decimal): -4477366 or 4894395. OLE color: 4894395.

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

Color convert

RGB 187 174 74 -
CMYK 0 0.07 0.60 0.27
HSL 53.1º 0.45% 0.51% -
HSV(B) 53.1º 0.6% 0.73% -
XYZ 36.87 41.33 12.51 -
YUV 166.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 187 174 74 0 0.07 0.60 0.27 53.1 0.45 0.51
Hex BB AE 4A 0 7 3C 1B 35 2D 33
Octal 273 256 112 0 7 74 33 65 55 63
Binary 10111011 10101110 1001010 0 111 111100 11011 110101 101101 110011

Color Harmonies of #BBAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE4A

Black with #BBAE4A

Text Example


Text Example

White with #BBAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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