Html Css Color HEX #B78401 Dark Goldenrod

📋 copy color: '#B78401'

red 183 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #B78401

Tints of Dark Goldenrod #B78401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 57.91%
G = 41.77%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B78401 (or 0xB78401) is known color: Dark Goldenrod. HEX triplet: B7, 84 and 01. RGB value is (183,132,1). Sum of RGB (Red+Green+Blue) = 183+132+1=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B78401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78401 is #487BFE. Grayscale: #848484. Windows color (decimal): -4750335 or 99511. OLE color: 99511.

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

Color convert

RGB 183 132 1 -
CMYK 0 0.28 0.99 0.28
HSL 43.19º 0.99% 0.36% -
HSV(B) 43.19º 0.99% 0.72% -
XYZ 27.79 26.57 3.69 -
YUV 132.32 53.9 164.15 -
System Red Green Blue C M Y K H S L
Decimal 183 132 1 0 0.28 0.99 0.28 43.19 0.99 0.36
Hex B7 84 1 0 1C 63 1C 2B 63 24
Octal 267 204 1 0 34 143 34 53 143 44
Binary 10110111 10000100 1 0 11100 1100011 11100 101011 1100011 100100

Color Harmonies of #B78401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78401

Black with #B78401

Text Example


Text Example

White with #B78401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78401; }

 p { color: rgb(183,132,1); }

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

background-color css

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

 a { background-color: rgb(183,132,1); }

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

border-color css

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

 span { border-color: rgb(183,132,1); }

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