Html Css Color HEX #BBAD4A Brass

📋 copy color: '#BBAD4A'

red 187 ◦ green 173 ◦ blue 74

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

Shades of Brass #BBAD4A

Tints of Brass #BBAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

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

R = 43.09%
G = 39.86%
B = 17.05%

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

#BBAD4A (or 0xBBAD4A) is known color: Brass. HEX triplet: BB, AD and 4A. RGB value is (187,173,74). Sum of RGB (Red+Green+Blue) = 187+173+74=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD4A is #4452B5. Grayscale: #A6A6A6. Windows color (decimal): -4477622 or 4894139. OLE color: 4894139.

HSL color Cylindrical-coordinate representation of color #BBAD4A: hue angle of 52.57º 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 #BBAD4A is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 74 -
CMYK 0 0.07 0.60 0.27
HSL 52.57º 0.45% 0.51% -
HSV(B) 52.57º 0.6% 0.73% -
XYZ 36.67 40.95 12.45 -
YUV 165.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 187 173 74 0 0.07 0.60 0.27 52.57 0.45 0.51
Hex BB AD 4A 0 7 3C 1B 35 2D 33
Octal 273 255 112 0 7 74 33 65 55 63
Binary 10111011 10101101 1001010 0 111 111100 11011 110101 101101 110011

Color Harmonies of #BBAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD4A

Black with #BBAD4A

Text Example


Text Example

White with #BBAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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