Html Css Color HEX #BBB73B Brass

📋 copy color: '#BBB73B'

red 187 ◦ green 183 ◦ blue 59

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

Shades of Brass #BBB73B

Tints of Brass #BBB73B

RGB

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

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

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

R = 43.59%
G = 42.66%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBB73B (or 0xBBB73B) is known color: Brass. HEX triplet: BB, B7 and 3B. RGB value is (187,183,59). Sum of RGB (Red+Green+Blue) = 187+183+59=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB73B is #4448C4. Grayscale: #AAAAAA. Windows color (decimal): -4475077 or 3913659. OLE color: 3913659.

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

Color convert

RGB 187 183 59 -
CMYK 0 0.02 0.68 0.27
HSL 58.13º 0.52% 0.48% -
HSV(B) 58.13º 0.68% 0.73% -
XYZ 38.22 44.75 10.76 -
YUV 170.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 187 183 59 0 0.02 0.68 0.27 58.13 0.52 0.48
Hex BB B7 3B 0 2 44 1B 3A 34 30
Octal 273 267 73 0 2 104 33 72 64 60
Binary 10111011 10110111 111011 0 10 1000100 11011 111010 110100 110000

Color Harmonies of #BBB73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB73B

Black with #BBB73B

Text Example


Text Example

White with #BBB73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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