Html Css Color HEX #B68C07 Dark Goldenrod

📋 copy color: '#B68C07'

red 182 ◦ green 140 ◦ blue 7

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

Shades of Dark Goldenrod #B68C07

Tints of Dark Goldenrod #B68C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.55%

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

R = 55.32%
G = 42.55%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B68C07 (or 0xB68C07) is known color: Dark Goldenrod. HEX triplet: B6, 8C and 07. RGB value is (182,140,7). Sum of RGB (Red+Green+Blue) = 182+140+7=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68C07 is #4973F8. Grayscale: #898989. Windows color (decimal): -4813817 or 494774. OLE color: 494774.

HSL color Cylindrical-coordinate representation of color #B68C07: hue angle of 45.6º 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 #B68C07 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 7 -
CMYK 0 0.23 0.96 0.29
HSL 45.6º 0.93% 0.37% -
HSV(B) 45.6º 0.96% 0.71% -
XYZ 28.71 28.72 4.23 -
YUV 137.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 182 140 7 0 0.23 0.96 0.29 45.6 0.93 0.37
Hex B6 8C 7 0 17 60 1D 2E 5D 25
Octal 266 214 7 0 27 140 35 56 135 45
Binary 10110110 10001100 111 0 10111 1100000 11101 101110 1011101 100101

Color Harmonies of #B68C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C07

Black with #B68C07

Text Example


Text Example

White with #B68C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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