Html Css Color HEX #B27701 Dark Goldenrod

📋 copy color: '#B27701'

red 178 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #B27701

Tints of Dark Goldenrod #B27701

RGB

 RED value IS 178 (69.92% from 255) = 59.73%

 GREEN value IS 119 (46.88% from 255) = 39.93%

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

R = 59.73%
G = 39.93%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27701 (or 0xB27701) is known color: Dark Goldenrod. HEX triplet: B2, 77 and 01. RGB value is (178,119,1). Sum of RGB (Red+Green+Blue) = 178+119+1=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B27701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27701 is #4D88FE. Grayscale: #7B7B7B. Windows color (decimal): -5081343 or 96178. OLE color: 96178.

HSL color Cylindrical-coordinate representation of color #B27701: hue angle of 40º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B27701 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 1 -
CMYK 0 0.33 0.99 0.30
HSL 40º 0.99% 0.35% -
HSV(B) 40º 0.99% 0.7% -
XYZ 24.96 22.66 3.09 -
YUV 123.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 178 119 1 0 0.33 0.99 0.30 40 0.99 0.35
Hex B2 77 1 0 21 63 1E 28 63 23
Octal 262 167 1 0 41 143 36 50 143 43
Binary 10110010 1110111 1 0 100001 1100011 11110 101000 1100011 100011

Color Harmonies of #B27701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27701

Black with #B27701

Text Example


Text Example

White with #B27701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27701; }

 p { color: rgb(178,119,1); }

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

background-color css

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

 a { background-color: rgb(178,119,1); }

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

border-color css

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

 span { border-color: rgb(178,119,1); }

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