Html Css Color HEX #B68F0E Dark Goldenrod

📋 copy color: '#B68F0E'

red 182 ◦ green 143 ◦ blue 14

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

Shades of Dark Goldenrod #B68F0E

Tints of Dark Goldenrod #B68F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 53.69%
G = 42.18%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B68F0E (or 0xB68F0E) is known color: Dark Goldenrod. HEX triplet: B6, 8F and 0E. RGB value is (182,143,14). Sum of RGB (Red+Green+Blue) = 182+143+14=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F0E is #4970F1. Grayscale: #8C8C8C. Windows color (decimal): -4813042 or 954294. OLE color: 954294.

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

Color convert

RGB 182 143 14 -
CMYK 0 0.21 0.92 0.29
HSL 46.07º 0.86% 0.38% -
HSV(B) 46.07º 0.92% 0.71% -
XYZ 29.19 29.62 4.59 -
YUV 139.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 182 143 14 0 0.21 0.92 0.29 46.07 0.86 0.38
Hex B6 8F E 0 15 5C 1D 2E 56 26
Octal 266 217 16 0 25 134 35 56 126 46
Binary 10110110 10001111 1110 0 10101 1011100 11101 101110 1010110 100110

Color Harmonies of #B68F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F0E

Black with #B68F0E

Text Example


Text Example

White with #B68F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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