Html Css Color HEX #BB760D Dark Goldenrod

📋 copy color: '#BB760D'

red 187 ◦ green 118 ◦ blue 13

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

Shades of Dark Goldenrod #BB760D

Tints of Dark Goldenrod #BB760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 58.81%
G = 37.11%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB760D (or 0xBB760D) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 0D. RGB value is (187,118,13). Sum of RGB (Red+Green+Blue) = 187+118+13=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB760D is #4489F2. Grayscale: #7F7F7F. Windows color (decimal): -4491763 or 882363. OLE color: 882363.

HSL color Cylindrical-coordinate representation of color #BB760D: hue angle of 36.21º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB760D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 13 -
CMYK 0 0.37 0.93 0.27
HSL 36.21º 0.87% 0.39% -
HSV(B) 36.21º 0.93% 0.73% -
XYZ 27.04 23.55 3.5 -
YUV 126.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 187 118 13 0 0.37 0.93 0.27 36.21 0.87 0.39
Hex BB 76 D 0 25 5D 1B 24 57 27
Octal 273 166 15 0 45 135 33 44 127 47
Binary 10111011 1110110 1101 0 100101 1011101 11011 100100 1010111 100111

Color Harmonies of #BB760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB760D

Black with #BB760D

Text Example


Text Example

White with #BB760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB760D; }

 p { color: rgb(187,118,13); }

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

background-color css

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

 a { background-color: rgb(187,118,13); }

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

border-color css

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

 span { border-color: rgb(187,118,13); }

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