Html Css Color HEX #BBAD3C Brass

📋 copy color: '#BBAD3C'

red 187 ◦ green 173 ◦ blue 60

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

Shades of Brass #BBAD3C

Tints of Brass #BBAD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 44.52%
G = 41.19%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBAD3C (or 0xBBAD3C) is known color: Brass. HEX triplet: BB, AD and 3C. RGB value is (187,173,60). Sum of RGB (Red+Green+Blue) = 187+173+60=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD3C is #4452C3. Grayscale: #A4A4A4. Windows color (decimal): -4477636 or 3976635. OLE color: 3976635.

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

Color convert

RGB 187 173 60 -
CMYK 0 0.07 0.68 0.27
HSL 53.39º 0.51% 0.48% -
HSV(B) 53.39º 0.68% 0.73% -
XYZ 36.25 40.78 10.24 -
YUV 164.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 187 173 60 0 0.07 0.68 0.27 53.39 0.51 0.48
Hex BB AD 3C 0 7 44 1B 35 33 30
Octal 273 255 74 0 7 104 33 65 63 60
Binary 10111011 10101101 111100 0 111 1000100 11011 110101 110011 110000

Color Harmonies of #BBAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD3C

Black with #BBAD3C

Text Example


Text Example

White with #BBAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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