Html Css Color HEX #B46D0E Dark Goldenrod

📋 copy color: '#B46D0E'

red 180 ◦ green 109 ◦ blue 14

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

Shades of Dark Goldenrod #B46D0E

Tints of Dark Goldenrod #B46D0E

RGB

 RED value IS 180 (70.7% from 255) = 59.41%

 GREEN value IS 109 (42.97% from 255) = 35.97%

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

R = 59.41%
G = 35.97%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B46D0E (or 0xB46D0E) is known color: Dark Goldenrod. HEX triplet: B4, 6D and 0E. RGB value is (180,109,14). Sum of RGB (Red+Green+Blue) = 180+109+14=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46D0E is #4B92F1. Grayscale: #777777. Windows color (decimal): -4952818 or 945588. OLE color: 945588.

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

Color convert

RGB 180 109 14 -
CMYK 0 0.39 0.92 0.29
HSL 34.34º 0.86% 0.38% -
HSV(B) 34.34º 0.92% 0.71% -
XYZ 24.37 20.67 3.12 -
YUV 119.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 180 109 14 0 0.39 0.92 0.29 34.34 0.86 0.38
Hex B4 6D E 0 27 5C 1D 22 56 26
Octal 264 155 16 0 47 134 35 42 126 46
Binary 10110100 1101101 1110 0 100111 1011100 11101 100010 1010110 100110

Color Harmonies of #B46D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D0E

Black with #B46D0E

Text Example


Text Example

White with #B46D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D0E; }

 p { color: rgb(180,109,14); }

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

background-color css

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

 a { background-color: rgb(180,109,14); }

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

border-color css

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

 span { border-color: rgb(180,109,14); }

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