Html Css Color HEX #BB7D13 Dark Goldenrod

📋 copy color: '#BB7D13'

red 187 ◦ green 125 ◦ blue 19

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

Shades of Dark Goldenrod #BB7D13

Tints of Dark Goldenrod #BB7D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 56.5%
G = 37.76%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB7D13 (or 0xBB7D13) is known color: Dark Goldenrod. HEX triplet: BB, 7D and 13. RGB value is (187,125,19). Sum of RGB (Red+Green+Blue) = 187+125+19=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7D13 is #4482EC. Grayscale: #838383. Windows color (decimal): -4489965 or 1277371. OLE color: 1277371.

HSL color Cylindrical-coordinate representation of color #BB7D13: hue angle of 37.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB7D13 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 19 -
CMYK 0 0.33 0.90 0.27
HSL 37.86º 0.82% 0.4% -
HSV(B) 37.86º 0.9% 0.73% -
XYZ 27.94 25.28 4.02 -
YUV 131.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 187 125 19 0 0.33 0.90 0.27 37.86 0.82 0.4
Hex BB 7D 13 0 21 5A 1B 26 52 28
Octal 273 175 23 0 41 132 33 46 122 50
Binary 10111011 1111101 10011 0 100001 1011010 11011 100110 1010010 101000

Color Harmonies of #BB7D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D13

Black with #BB7D13

Text Example


Text Example

White with #BB7D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D13; }

 p { color: rgb(187,125,19); }

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

background-color css

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

 a { background-color: rgb(187,125,19); }

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

border-color css

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

 span { border-color: rgb(187,125,19); }

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