Html Css Color HEX #B68007 Dark Goldenrod

📋 copy color: '#B68007'

red 182 ◦ green 128 ◦ blue 7

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

Shades of Dark Goldenrod #B68007

Tints of Dark Goldenrod #B68007

RGB

 RED value IS 182 (71.48% from 255) = 57.41%

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 57.41%
G = 40.38%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B68007 (or 0xB68007) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 07. RGB value is (182,128,7). Sum of RGB (Red+Green+Blue) = 182+128+7=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B68007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68007 is #497FF8. Grayscale: #828282. Windows color (decimal): -4816889 or 491702. OLE color: 491702.

HSL color Cylindrical-coordinate representation of color #B68007: hue angle of 41.49º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B68007 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 7 -
CMYK 0 0.30 0.96 0.29
HSL 41.49º 0.93% 0.37% -
HSV(B) 41.49º 0.96% 0.71% -
XYZ 27.05 25.4 3.68 -
YUV 130.35 58.39 164.84 -
System Red Green Blue C M Y K H S L
Decimal 182 128 7 0 0.30 0.96 0.29 41.49 0.93 0.37
Hex B6 80 7 0 1E 60 1D 29 5D 25
Octal 266 200 7 0 36 140 35 51 135 45
Binary 10110110 10000000 111 0 11110 1100000 11101 101001 1011101 100101

Color Harmonies of #B68007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68007

Black with #B68007

Text Example


Text Example

White with #B68007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68007; }

 p { color: rgb(182,128,7); }

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

background-color css

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

 a { background-color: rgb(182,128,7); }

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

border-color css

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

 span { border-color: rgb(182,128,7); }

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