Html Css Color HEX #BBB73F Brass

📋 copy color: '#BBB73F'

red 187 ◦ green 183 ◦ blue 63

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

Shades of Brass #BBB73F

Tints of Brass #BBB73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.55%

R = 43.19%
G = 42.26%
B = 14.55%

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

#BBB73F (or 0xBBB73F) is known color: Brass. HEX triplet: BB, B7 and 3F. RGB value is (187,183,63). Sum of RGB (Red+Green+Blue) = 187+183+63=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB73F is #4448C0. Grayscale: #ABABAB. Windows color (decimal): -4475073 or 4175803. OLE color: 4175803.

HSL color Cylindrical-coordinate representation of color #BBB73F: hue angle of 58.06º degrees, saturation: 0.5, 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 #BBB73F is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 183 63 -
CMYK 0 0.02 0.66 0.27
HSL 58.06º 0.5% 0.49% -
HSV(B) 58.06º 0.66% 0.73% -
XYZ 38.32 44.79 11.33 -
YUV 170.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 187 183 63 0 0.02 0.66 0.27 58.06 0.5 0.49
Hex BB B7 3F 0 2 42 1B 3A 32 31
Octal 273 267 77 0 2 102 33 72 62 61
Binary 10111011 10110111 111111 0 10 1000010 11011 111010 110010 110001

Color Harmonies of #BBB73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB73F

Black with #BBB73F

Text Example


Text Example

White with #BBB73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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