Html Css Color HEX #BBB73D Brass

📋 copy color: '#BBB73D'

red 187 ◦ green 183 ◦ blue 61

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

Shades of Brass #BBB73D

Tints of Brass #BBB73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 43.39%
G = 42.46%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBB73D (or 0xBBB73D) is known color: Brass. HEX triplet: BB, B7 and 3D. RGB value is (187,183,61). Sum of RGB (Red+Green+Blue) = 187+183+61=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB73D is #4448C2. Grayscale: #AAAAAA. Windows color (decimal): -4475075 or 4044731. OLE color: 4044731.

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

Color convert

RGB 187 183 61 -
CMYK 0 0.02 0.67 0.27
HSL 58.1º 0.51% 0.49% -
HSV(B) 58.1º 0.67% 0.73% -
XYZ 38.27 44.77 11.04 -
YUV 170.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 187 183 61 0 0.02 0.67 0.27 58.1 0.51 0.49
Hex BB B7 3D 0 2 43 1B 3A 33 31
Octal 273 267 75 0 2 103 33 72 63 61
Binary 10111011 10110111 111101 0 10 1000011 11011 111010 110011 110001

Color Harmonies of #BBB73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB73D

Black with #BBB73D

Text Example


Text Example

White with #BBB73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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