Html Css Color HEX #BB7407 Dark Goldenrod

📋 copy color: '#BB7407'

red 187 ◦ green 116 ◦ blue 7

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

Shades of Dark Goldenrod #BB7407

Tints of Dark Goldenrod #BB7407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 60.32%
G = 37.42%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB7407 (or 0xBB7407) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 07. RGB value is (187,116,7). Sum of RGB (Red+Green+Blue) = 187+116+7=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7407 is #448BF8. Grayscale: #7D7D7D. Windows color (decimal): -4492281 or 488635. OLE color: 488635.

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

Color convert

RGB 187 116 7 -
CMYK 0 0.38 0.96 0.27
HSL 36.33º 0.93% 0.38% -
HSV(B) 36.33º 0.96% 0.73% -
XYZ 26.78 23.07 3.24 -
YUV 124.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 187 116 7 0 0.38 0.96 0.27 36.33 0.93 0.38
Hex BB 74 7 0 26 60 1B 24 5D 26
Octal 273 164 7 0 46 140 33 44 135 46
Binary 10111011 1110100 111 0 100110 1100000 11011 100100 1011101 100110

Color Harmonies of #BB7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7407

Black with #BB7407

Text Example


Text Example

White with #BB7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7407; }

 p { color: rgb(187,116,7); }

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

background-color css

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

 a { background-color: rgb(187,116,7); }

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

border-color css

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

 span { border-color: rgb(187,116,7); }

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