Html Css Color HEX #B68712 Dark Goldenrod

📋 copy color: '#B68712'

red 182 ◦ green 135 ◦ blue 18

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

Shades of Dark Goldenrod #B68712

Tints of Dark Goldenrod #B68712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 54.33%
G = 40.3%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B68712 (or 0xB68712) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 12. RGB value is (182,135,18). Sum of RGB (Red+Green+Blue) = 182+135+18=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B68712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68712 is #4978ED. Grayscale: #888888. Windows color (decimal): -4815086 or 1214390. OLE color: 1214390.

HSL color Cylindrical-coordinate representation of color #B68712: hue angle of 42.8º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68712 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 135 18 -
CMYK 0 0.26 0.90 0.29
HSL 42.8º 0.82% 0.39% -
HSV(B) 42.8º 0.9% 0.71% -
XYZ 28.06 27.32 4.37 -
YUV 135.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 182 135 18 0 0.26 0.90 0.29 42.8 0.82 0.39
Hex B6 87 12 0 1A 5A 1D 2B 52 27
Octal 266 207 22 0 32 132 35 53 122 47
Binary 10110110 10000111 10010 0 11010 1011010 11101 101011 1010010 100111

Color Harmonies of #B68712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68712

Black with #B68712

Text Example


Text Example

White with #B68712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68712; }

 p { color: rgb(182,135,18); }

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

background-color css

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

 a { background-color: rgb(182,135,18); }

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

border-color css

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

 span { border-color: rgb(182,135,18); }

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