Html Css Color HEX #B78C01 Dark Goldenrod

📋 copy color: '#B78C01'

red 183 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #B78C01

Tints of Dark Goldenrod #B78C01

RGB

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

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

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

R = 56.48%
G = 43.21%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B78C01 (or 0xB78C01) is known color: Dark Goldenrod. HEX triplet: B7, 8C and 01. RGB value is (183,140,1). Sum of RGB (Red+Green+Blue) = 183+140+1=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78C01 is #4873FE. Grayscale: #898989. Windows color (decimal): -4748287 or 101559. OLE color: 101559.

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

Color convert

RGB 183 140 1 -
CMYK 0 0.23 0.99 0.28
HSL 45.82º 0.99% 0.36% -
HSV(B) 45.82º 0.99% 0.72% -
XYZ 28.91 28.83 4.07 -
YUV 137.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 183 140 1 0 0.23 0.99 0.28 45.82 0.99 0.36
Hex B7 8C 1 0 17 63 1C 2E 63 24
Octal 267 214 1 0 27 143 34 56 143 44
Binary 10110111 10001100 1 0 10111 1100011 11100 101110 1100011 100100

Color Harmonies of #B78C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C01

Black with #B78C01

Text Example


Text Example

White with #B78C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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