Html Css Color HEX #BBA542 Brass

📋 copy color: '#BBA542'

red 187 ◦ green 165 ◦ blue 66

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

Shades of Brass #BBA542

Tints of Brass #BBA542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.47%

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 44.74%
G = 39.47%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA542 (or 0xBBA542) is known color: Brass. HEX triplet: BB, A5 and 42. RGB value is (187,165,66). Sum of RGB (Red+Green+Blue) = 187+165+66=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA542 is #445ABD. Grayscale: #A0A0A0. Windows color (decimal): -4479678 or 4367803. OLE color: 4367803.

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

Color convert

RGB 187 165 66 -
CMYK 0 0.12 0.65 0.27
HSL 49.09º 0.48% 0.5% -
HSV(B) 49.09º 0.65% 0.73% -
XYZ 34.93 37.87 10.62 -
YUV 160.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 187 165 66 0 0.12 0.65 0.27 49.09 0.48 0.5
Hex BB A5 42 0 C 41 1B 31 30 32
Octal 273 245 102 0 14 101 33 61 60 62
Binary 10111011 10100101 1000010 0 1100 1000001 11011 110001 110000 110010

Color Harmonies of #BBA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA542

Black with #BBA542

Text Example


Text Example

White with #BBA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA542; }

 p { color: rgb(187,165,66); }

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

background-color css

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

 a { background-color: rgb(187,165,66); }

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

border-color css

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

 span { border-color: rgb(187,165,66); }

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