Html Css Color HEX #BBAC3A Brass

📋 copy color: '#BBAC3A'

red 187 ◦ green 172 ◦ blue 58

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

Shades of Brass #BBAC3A

Tints of Brass #BBAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 44.84%
G = 41.25%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBAC3A (or 0xBBAC3A) is known color: Brass. HEX triplet: BB, AC and 3A. RGB value is (187,172,58). Sum of RGB (Red+Green+Blue) = 187+172+58=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC3A is #4453C5. Grayscale: #A3A3A3. Windows color (decimal): -4477894 or 3845307. OLE color: 3845307.

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

Color convert

RGB 187 172 58 -
CMYK 0 0.08 0.69 0.27
HSL 53.02º 0.53% 0.48% -
HSV(B) 53.02º 0.69% 0.73% -
XYZ 36.01 40.38 9.9 -
YUV 163.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 187 172 58 0 0.08 0.69 0.27 53.02 0.53 0.48
Hex BB AC 3A 0 8 45 1B 35 35 30
Octal 273 254 72 0 10 105 33 65 65 60
Binary 10111011 10101100 111010 0 1000 1000101 11011 110101 110101 110000

Color Harmonies of #BBAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC3A

Black with #BBAC3A

Text Example


Text Example

White with #BBAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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