Html Css Color HEX #BBAC46 Brass

📋 copy color: '#BBAC46'

red 187 ◦ green 172 ◦ blue 70

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

Shades of Brass #BBAC46

Tints of Brass #BBAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 43.59%
G = 40.09%
B = 16.32%

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

#BBAC46 (or 0xBBAC46) is known color: Brass. HEX triplet: BB, AC and 46. RGB value is (187,172,70). Sum of RGB (Red+Green+Blue) = 187+172+70=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC46 is #4453B9. Grayscale: #A5A5A5. Windows color (decimal): -4477882 or 4631739. OLE color: 4631739.

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

Color convert

RGB 187 172 70 -
CMYK 0 0.08 0.63 0.27
HSL 52.31º 0.46% 0.5% -
HSV(B) 52.31º 0.63% 0.73% -
XYZ 36.35 40.51 11.7 -
YUV 164.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 187 172 70 0 0.08 0.63 0.27 52.31 0.46 0.5
Hex BB AC 46 0 8 3F 1B 34 2E 32
Octal 273 254 106 0 10 77 33 64 56 62
Binary 10111011 10101100 1000110 0 1000 111111 11011 110100 101110 110010

Color Harmonies of #BBAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC46

Black with #BBAC46

Text Example


Text Example

White with #BBAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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