Html Css Color HEX #BBB33C Brass

📋 copy color: '#BBB33C'

red 187 ◦ green 179 ◦ blue 60

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

Shades of Brass #BBB33C

Tints of Brass #BBB33C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

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

R = 43.9%
G = 42.02%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBB33C (or 0xBBB33C) is known color: Brass. HEX triplet: BB, B3 and 3C. RGB value is (187,179,60). Sum of RGB (Red+Green+Blue) = 187+179+60=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB33C is #444CC3. Grayscale: #A8A8A8. Windows color (decimal): -4476100 or 3978171. OLE color: 3978171.

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

Color convert

RGB 187 179 60 -
CMYK 0 0.04 0.68 0.27
HSL 56.22º 0.51% 0.48% -
HSV(B) 56.22º 0.68% 0.73% -
XYZ 37.43 43.13 10.63 -
YUV 167.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 187 179 60 0 0.04 0.68 0.27 56.22 0.51 0.48
Hex BB B3 3C 0 4 44 1B 38 33 30
Octal 273 263 74 0 4 104 33 70 63 60
Binary 10111011 10110011 111100 0 100 1000100 11011 111000 110011 110000

Color Harmonies of #BBB33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB33C

Black with #BBB33C

Text Example


Text Example

White with #BBB33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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