Html Css Color HEX #B78100 Dark Goldenrod

📋 copy color: '#B78100'

red 183 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #B78100

Tints of Dark Goldenrod #B78100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.65%
G = 41.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B78100 (or 0xB78100) is known color: Dark Goldenrod. HEX triplet: B7, 81 and 00. RGB value is (183,129,0). Sum of RGB (Red+Green+Blue) = 183+129+0=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B78100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78100 is #487EFF. Grayscale: #838383. Windows color (decimal): -4751104 or 33207. OLE color: 33207.

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

Color convert

RGB 183 129 0 -
CMYK 0 0.30 1 0.28
HSL 42.3º 1% 0.36% -
HSV(B) 42.3º 1% 0.72% -
XYZ 27.38 25.77 3.53 -
YUV 130.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 183 129 0 0 0.30 1 0.28 42.3 1 0.36
Hex B7 81 0 0 1E 64 1C 2A 64 24
Octal 267 201 0 0 36 144 34 52 144 44
Binary 10110111 10000001 0 0 11110 1100100 11100 101010 1100100 100100

Color Harmonies of #B78100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78100

Black with #B78100

Text Example


Text Example

White with #B78100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78100; }

 p { color: rgb(183,129,0); }

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

background-color css

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

 a { background-color: rgb(183,129,0); }

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

border-color css

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

 span { border-color: rgb(183,129,0); }

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