Html Css Color HEX #BBA745 Brass

📋 copy color: '#BBA745'

red 187 ◦ green 167 ◦ blue 69

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

Shades of Brass #BBA745

Tints of Brass #BBA745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.31%

R = 44.21%
G = 39.48%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBA745 (or 0xBBA745) is known color: Brass. HEX triplet: BB, A7 and 45. RGB value is (187,167,69). Sum of RGB (Red+Green+Blue) = 187+167+69=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA745 is #4458BA. Grayscale: #A2A2A2. Windows color (decimal): -4479163 or 4564923. OLE color: 4564923.

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

Color convert

RGB 187 167 69 -
CMYK 0 0.11 0.63 0.27
HSL 49.83º 0.46% 0.5% -
HSV(B) 49.83º 0.63% 0.73% -
XYZ 35.39 38.63 11.22 -
YUV 161.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 187 167 69 0 0.11 0.63 0.27 49.83 0.46 0.5
Hex BB A7 45 0 B 3F 1B 32 2E 32
Octal 273 247 105 0 13 77 33 62 56 62
Binary 10111011 10100111 1000101 0 1011 111111 11011 110010 101110 110010

Color Harmonies of #BBA745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA745

Black with #BBA745

Text Example


Text Example

White with #BBA745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA745; }

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

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

background-color css

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

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

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

border-color css

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

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

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