Html Css Color HEX #B68807 Dark Goldenrod

📋 copy color: '#B68807'

red 182 ◦ green 136 ◦ blue 7

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

Shades of Dark Goldenrod #B68807

Tints of Dark Goldenrod #B68807

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 56%
G = 41.85%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B68807 (or 0xB68807) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 07. RGB value is (182,136,7). Sum of RGB (Red+Green+Blue) = 182+136+7=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B68807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68807 is #4977F8. Grayscale: #878787. Windows color (decimal): -4814841 or 493750. OLE color: 493750.

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

Color convert

RGB 182 136 7 -
CMYK 0 0.25 0.96 0.29
HSL 44.23º 0.93% 0.37% -
HSV(B) 44.23º 0.96% 0.71% -
XYZ 28.13 27.57 4.04 -
YUV 135.05 55.74 161.49 -
System Red Green Blue C M Y K H S L
Decimal 182 136 7 0 0.25 0.96 0.29 44.23 0.93 0.37
Hex B6 88 7 0 19 60 1D 2C 5D 25
Octal 266 210 7 0 31 140 35 54 135 45
Binary 10110110 10001000 111 0 11001 1100000 11101 101100 1011101 100101

Color Harmonies of #B68807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68807

Black with #B68807

Text Example


Text Example

White with #B68807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68807; }

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

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

background-color css

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

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

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

border-color css

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

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

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