Html Css Color HEX #B78C0E Dark Goldenrod

📋 copy color: '#B78C0E'

red 183 ◦ green 140 ◦ blue 14

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

Shades of Dark Goldenrod #B78C0E

Tints of Dark Goldenrod #B78C0E

RGB

 RED value IS 183 (71.88% from 255) = 54.3%

 GREEN value IS 140 (55.08% from 255) = 41.54%

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

R = 54.3%
G = 41.54%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B78C0E (or 0xB78C0E) is known color: Dark Goldenrod. HEX triplet: B7, 8C and 0E. RGB value is (183,140,14). Sum of RGB (Red+Green+Blue) = 183+140+14=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78C0E is #4873F1. Grayscale: #8B8B8B. Windows color (decimal): -4748274 or 953527. OLE color: 953527.

HSL color Cylindrical-coordinate representation of color #B78C0E: hue angle of 44.73º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B78C0E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 14 -
CMYK 0 0.23 0.92 0.28
HSL 44.73º 0.86% 0.39% -
HSV(B) 44.73º 0.92% 0.72% -
XYZ 28.99 28.86 4.46 -
YUV 138.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 183 140 14 0 0.23 0.92 0.28 44.73 0.86 0.39
Hex B7 8C E 0 17 5C 1C 2D 56 27
Octal 267 214 16 0 27 134 34 55 126 47
Binary 10110111 10001100 1110 0 10111 1011100 11100 101101 1010110 100111

Color Harmonies of #B78C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C0E

Black with #B78C0E

Text Example


Text Example

White with #B78C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C0E; }

 p { color: rgb(183,140,14); }

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

background-color css

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

 a { background-color: rgb(183,140,14); }

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

border-color css

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

 span { border-color: rgb(183,140,14); }

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