Html Css Color HEX #BBAC45 Brass

📋 copy color: '#BBAC45'

red 187 ◦ green 172 ◦ blue 69

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

Shades of Brass #BBAC45

Tints of Brass #BBAC45

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

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

R = 43.69%
G = 40.19%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBAC45 (or 0xBBAC45) is known color: Brass. HEX triplet: BB, AC and 45. RGB value is (187,172,69). Sum of RGB (Red+Green+Blue) = 187+172+69=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC45 is #4453BA. Grayscale: #A5A5A5. Windows color (decimal): -4477883 or 4566203. OLE color: 4566203.

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

Color convert

RGB 187 172 69 -
CMYK 0 0.08 0.63 0.27
HSL 52.37º 0.46% 0.5% -
HSV(B) 52.37º 0.63% 0.73% -
XYZ 36.32 40.5 11.53 -
YUV 164.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 187 172 69 0 0.08 0.63 0.27 52.37 0.46 0.5
Hex BB AC 45 0 8 3F 1B 34 2E 32
Octal 273 254 105 0 10 77 33 64 56 62
Binary 10111011 10101100 1000101 0 1000 111111 11011 110100 101110 110010

Color Harmonies of #BBAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC45

Black with #BBAC45

Text Example


Text Example

White with #BBAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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