Html Css Color HEX #BBB740 Brass

📋 copy color: '#BBB740'

red 187 ◦ green 183 ◦ blue 64

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

Shades of Brass #BBB740

Tints of Brass #BBB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

 BLUE value IS 64 (25.39% from 255) = 14.75%

R = 43.09%
G = 42.17%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBB740 (or 0xBBB740) is known color: Brass. HEX triplet: BB, B7 and 40. RGB value is (187,183,64). Sum of RGB (Red+Green+Blue) = 187+183+64=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB740 is #4448BF. Grayscale: #ABABAB. Windows color (decimal): -4475072 or 4241339. OLE color: 4241339.

HSL color Cylindrical-coordinate representation of color #BBB740: hue angle of 58.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBB740 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 183 64 -
CMYK 0 0.02 0.66 0.27
HSL 58.05º 0.49% 0.49% -
HSV(B) 58.05º 0.66% 0.73% -
XYZ 38.35 44.8 11.48 -
YUV 170.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 187 183 64 0 0.02 0.66 0.27 58.05 0.49 0.49
Hex BB B7 40 0 2 42 1B 3A 31 31
Octal 273 267 100 0 2 102 33 72 61 61
Binary 10111011 10110111 1000000 0 10 1000010 11011 111010 110001 110001

Color Harmonies of #BBB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB740

Black with #BBB740

Text Example


Text Example

White with #BBB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB740; }

 p { color: rgb(187,183,64); }

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

background-color css

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

 a { background-color: rgb(187,183,64); }

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

border-color css

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

 span { border-color: rgb(187,183,64); }

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