Html Css Color HEX #BBA742 Brass

📋 copy color: '#BBA742'

red 187 ◦ green 167 ◦ blue 66

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

Shades of Brass #BBA742

Tints of Brass #BBA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 44.52%
G = 39.76%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA742 (or 0xBBA742) is known color: Brass. HEX triplet: BB, A7 and 42. RGB value is (187,167,66). Sum of RGB (Red+Green+Blue) = 187+167+66=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA742 is #4458BD. Grayscale: #A1A1A1. Windows color (decimal): -4479166 or 4368315. OLE color: 4368315.

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

Color convert

RGB 187 167 66 -
CMYK 0 0.11 0.65 0.27
HSL 50.08º 0.48% 0.5% -
HSV(B) 50.08º 0.65% 0.73% -
XYZ 35.3 38.6 10.74 -
YUV 161.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 187 167 66 0 0.11 0.65 0.27 50.08 0.48 0.5
Hex BB A7 42 0 B 41 1B 32 30 32
Octal 273 247 102 0 13 101 33 62 60 62
Binary 10111011 10100111 1000010 0 1011 1000001 11011 110010 110000 110010

Color Harmonies of #BBA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA742

Black with #BBA742

Text Example


Text Example

White with #BBA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA742; }

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

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

background-color css

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

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

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

border-color css

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

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

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