Html Css Color HEX #BBAB3C Brass

📋 copy color: '#BBAB3C'

red 187 ◦ green 171 ◦ blue 60

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

Shades of Brass #BBAB3C

Tints of Brass #BBAB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 44.74%
G = 40.91%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBAB3C (or 0xBBAB3C) is known color: Brass. HEX triplet: BB, AB and 3C. RGB value is (187,171,60). Sum of RGB (Red+Green+Blue) = 187+171+60=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB3C is #4454C3. Grayscale: #A3A3A3. Windows color (decimal): -4478148 or 3976123. OLE color: 3976123.

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

Color convert

RGB 187 171 60 -
CMYK 0 0.09 0.68 0.27
HSL 52.44º 0.51% 0.48% -
HSV(B) 52.44º 0.68% 0.73% -
XYZ 35.87 40.02 10.11 -
YUV 163.13 69.8 145.03 -
System Red Green Blue C M Y K H S L
Decimal 187 171 60 0 0.09 0.68 0.27 52.44 0.51 0.48
Hex BB AB 3C 0 9 44 1B 34 33 30
Octal 273 253 74 0 11 104 33 64 63 60
Binary 10111011 10101011 111100 0 1001 1000100 11011 110100 110011 110000

Color Harmonies of #BBAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB3C

Black with #BBAB3C

Text Example


Text Example

White with #BBAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB3C; }

 p { color: rgb(187,171,60); }

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

background-color css

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

 a { background-color: rgb(187,171,60); }

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

border-color css

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

 span { border-color: rgb(187,171,60); }

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