Html Css Color HEX #B78101 Dark Goldenrod

📋 copy color: '#B78101'

red 183 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #B78101

Tints of Dark Goldenrod #B78101

RGB

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

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

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

R = 58.47%
G = 41.21%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B78101 (or 0xB78101) is known color: Dark Goldenrod. HEX triplet: B7, 81 and 01. RGB value is (183,129,1). Sum of RGB (Red+Green+Blue) = 183+129+1=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B78101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78101 is #487EFE. Grayscale: #838383. Windows color (decimal): -4751103 or 98743. OLE color: 98743.

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

Color convert

RGB 183 129 1 -
CMYK 0 0.30 0.99 0.28
HSL 42.2º 0.99% 0.36% -
HSV(B) 42.2º 0.99% 0.72% -
XYZ 27.38 25.77 3.56 -
YUV 130.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 183 129 1 0 0.30 0.99 0.28 42.2 0.99 0.36
Hex B7 81 1 0 1E 63 1C 2A 63 24
Octal 267 201 1 0 36 143 34 52 143 44
Binary 10110111 10000001 1 0 11110 1100011 11100 101010 1100011 100100

Color Harmonies of #B78101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78101

Black with #B78101

Text Example


Text Example

White with #B78101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78101; }

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

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

background-color css

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

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

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

border-color css

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

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

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