Html Css Color HEX #BBB33B Brass

📋 copy color: '#BBB33B'

red 187 ◦ green 179 ◦ blue 59

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

Shades of Brass #BBB33B

Tints of Brass #BBB33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.88%

R = 44%
G = 42.12%
B = 13.88%

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

#BBB33B (or 0xBBB33B) is known color: Brass. HEX triplet: BB, B3 and 3B. RGB value is (187,179,59). Sum of RGB (Red+Green+Blue) = 187+179+59=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB33B is #444CC4. Grayscale: #A8A8A8. Windows color (decimal): -4476101 or 3912635. OLE color: 3912635.

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

Color convert

RGB 187 179 59 -
CMYK 0 0.04 0.68 0.27
HSL 56.25º 0.52% 0.48% -
HSV(B) 56.25º 0.68% 0.73% -
XYZ 37.4 43.12 10.49 -
YUV 167.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 187 179 59 0 0.04 0.68 0.27 56.25 0.52 0.48
Hex BB B3 3B 0 4 44 1B 38 34 30
Octal 273 263 73 0 4 104 33 70 64 60
Binary 10111011 10110011 111011 0 100 1000100 11011 111000 110100 110000

Color Harmonies of #BBB33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB33B

Black with #BBB33B

Text Example


Text Example

White with #BBB33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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