Html Css Color HEX #BBB63C Brass

📋 copy color: '#BBB63C'

red 187 ◦ green 182 ◦ blue 60

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

Shades of Brass #BBB63C

Tints of Brass #BBB63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

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

R = 43.59%
G = 42.42%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBB63C (or 0xBBB63C) is known color: Brass. HEX triplet: BB, B6 and 3C. RGB value is (187,182,60). Sum of RGB (Red+Green+Blue) = 187+182+60=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB63C is #4449C3. Grayscale: #AAAAAA. Windows color (decimal): -4475332 or 3978939. OLE color: 3978939.

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

Color convert

RGB 187 182 60 -
CMYK 0 0.03 0.68 0.27
HSL 57.64º 0.51% 0.48% -
HSV(B) 57.64º 0.68% 0.73% -
XYZ 38.04 44.35 10.83 -
YUV 169.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 187 182 60 0 0.03 0.68 0.27 57.64 0.51 0.48
Hex BB B6 3C 0 3 44 1B 3A 33 30
Octal 273 266 74 0 3 104 33 72 63 60
Binary 10111011 10110110 111100 0 11 1000100 11011 111010 110011 110000

Color Harmonies of #BBB63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB63C

Black with #BBB63C

Text Example


Text Example

White with #BBB63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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