Html Css Color HEX #B68B0D Dark Goldenrod

📋 copy color: '#B68B0D'

red 182 ◦ green 139 ◦ blue 13

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

Shades of Dark Goldenrod #B68B0D

Tints of Dark Goldenrod #B68B0D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

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

R = 54.49%
G = 41.62%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B68B0D (or 0xB68B0D) is known color: Dark Goldenrod. HEX triplet: B6, 8B and 0D. RGB value is (182,139,13). Sum of RGB (Red+Green+Blue) = 182+139+13=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68B0D is #4974F2. Grayscale: #8A8A8A. Windows color (decimal): -4814067 or 887734. OLE color: 887734.

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

Color convert

RGB 182 139 13 -
CMYK 0 0.24 0.93 0.29
HSL 44.73º 0.87% 0.38% -
HSV(B) 44.73º 0.93% 0.71% -
XYZ 28.6 28.44 4.36 -
YUV 137.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 182 139 13 0 0.24 0.93 0.29 44.73 0.87 0.38
Hex B6 8B D 0 18 5D 1D 2D 57 26
Octal 266 213 15 0 30 135 35 55 127 46
Binary 10110110 10001011 1101 0 11000 1011101 11101 101101 1010111 100110

Color Harmonies of #B68B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B0D

Black with #B68B0D

Text Example


Text Example

White with #B68B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B0D; }

 p { color: rgb(182,139,13); }

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

background-color css

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

 a { background-color: rgb(182,139,13); }

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

border-color css

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

 span { border-color: rgb(182,139,13); }

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