Html Css Color HEX #B78A14 Dark Goldenrod

📋 copy color: '#B78A14'

red 183 ◦ green 138 ◦ blue 20

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

Shades of Dark Goldenrod #B78A14

Tints of Dark Goldenrod #B78A14

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.47%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 53.67%
G = 40.47%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B78A14 (or 0xB78A14) is known color: Dark Goldenrod. HEX triplet: B7, 8A and 14. RGB value is (183,138,20). Sum of RGB (Red+Green+Blue) = 183+138+20=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78A14 is #4875EB. Grayscale: #8A8A8A. Windows color (decimal): -4748780 or 1346231. OLE color: 1346231.

HSL color Cylindrical-coordinate representation of color #B78A14: hue angle of 43.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B78A14 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 20 -
CMYK 0 0.25 0.89 0.28
HSL 43.44º 0.8% 0.4% -
HSV(B) 43.44º 0.89% 0.72% -
XYZ 28.74 28.29 4.61 -
YUV 138 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 183 138 20 0 0.25 0.89 0.28 43.44 0.8 0.4
Hex B7 8A 14 0 19 59 1C 2B 50 28
Octal 267 212 24 0 31 131 34 53 120 50
Binary 10110111 10001010 10100 0 11001 1011001 11100 101011 1010000 101000

Color Harmonies of #B78A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A14

Black with #B78A14

Text Example


Text Example

White with #B78A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A14; }

 p { color: rgb(183,138,20); }

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

background-color css

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

 a { background-color: rgb(183,138,20); }

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

border-color css

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

 span { border-color: rgb(183,138,20); }

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