Html Css Color HEX #BBB03C Brass

📋 copy color: '#BBB03C'

red 187 ◦ green 176 ◦ blue 60

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

Shades of Brass #BBB03C

Tints of Brass #BBB03C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.61%

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

R = 44.21%
G = 41.61%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBB03C (or 0xBBB03C) is known color: Brass. HEX triplet: BB, B0 and 3C. RGB value is (187,176,60). Sum of RGB (Red+Green+Blue) = 187+176+60=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB03C is #444FC3. Grayscale: #A6A6A6. Windows color (decimal): -4476868 or 3977403. OLE color: 3977403.

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

Color convert

RGB 187 176 60 -
CMYK 0 0.06 0.68 0.27
HSL 54.8º 0.51% 0.48% -
HSV(B) 54.8º 0.68% 0.73% -
XYZ 36.83 41.94 10.43 -
YUV 166.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 187 176 60 0 0.06 0.68 0.27 54.8 0.51 0.48
Hex BB B0 3C 0 6 44 1B 37 33 30
Octal 273 260 74 0 6 104 33 67 63 60
Binary 10111011 10110000 111100 0 110 1000100 11011 110111 110011 110000

Color Harmonies of #BBB03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB03C

Black with #BBB03C

Text Example


Text Example

White with #BBB03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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