Html Css Color HEX #B78301 Dark Goldenrod

📋 copy color: '#B78301'

red 183 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #B78301

Tints of Dark Goldenrod #B78301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 58.1%
G = 41.59%
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

#B78301 (or 0xB78301) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 01. RGB value is (183,131,1). Sum of RGB (Red+Green+Blue) = 183+131+1=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B78301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78301 is #487CFE. Grayscale: #848484. Windows color (decimal): -4750591 or 99255. OLE color: 99255.

HSL color Cylindrical-coordinate representation of color #B78301: hue angle of 42.86º 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 #B78301 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 131 1 -
CMYK 0 0.28 0.99 0.28
HSL 42.86º 0.99% 0.36% -
HSV(B) 42.86º 0.99% 0.72% -
XYZ 27.65 26.3 3.65 -
YUV 131.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 183 131 1 0 0.28 0.99 0.28 42.86 0.99 0.36
Hex B7 83 1 0 1C 63 1C 2B 63 24
Octal 267 203 1 0 34 143 34 53 143 44
Binary 10110111 10000011 1 0 11100 1100011 11100 101011 1100011 100100

Color Harmonies of #B78301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78301

Black with #B78301

Text Example


Text Example

White with #B78301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78301; }

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

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

background-color css

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

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

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

border-color css

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

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

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