Html Css Color HEX #B68F0C Dark Goldenrod

📋 copy color: '#B68F0C'

red 182 ◦ green 143 ◦ blue 12

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

Shades of Dark Goldenrod #B68F0C

Tints of Dark Goldenrod #B68F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.43%

 BLUE value IS 12 (5.08% from 255) = 3.56%

R = 54.01%
G = 42.43%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B68F0C (or 0xB68F0C) is known color: Dark Goldenrod. HEX triplet: B6, 8F and 0C. RGB value is (182,143,12). Sum of RGB (Red+Green+Blue) = 182+143+12=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F0C is #4970F3. Grayscale: #8C8C8C. Windows color (decimal): -4813044 or 823222. OLE color: 823222.

HSL color Cylindrical-coordinate representation of color #B68F0C: hue angle of 46.24º degrees, saturation: 0.88, 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 #B68F0C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 12 -
CMYK 0 0.21 0.93 0.29
HSL 46.24º 0.88% 0.38% -
HSV(B) 46.24º 0.93% 0.71% -
XYZ 29.18 29.62 4.53 -
YUV 139.73 55.92 158.15 -
System Red Green Blue C M Y K H S L
Decimal 182 143 12 0 0.21 0.93 0.29 46.24 0.88 0.38
Hex B6 8F C 0 15 5D 1D 2E 58 26
Octal 266 217 14 0 25 135 35 56 130 46
Binary 10110110 10001111 1100 0 10101 1011101 11101 101110 1011000 100110

Color Harmonies of #B68F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F0C

Black with #B68F0C

Text Example


Text Example

White with #B68F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F0C; }

 p { color: rgb(182,143,12); }

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

background-color css

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

 a { background-color: rgb(182,143,12); }

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

border-color css

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

 span { border-color: rgb(182,143,12); }

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