Html Css Color HEX #B27705 Dark Goldenrod

📋 copy color: '#B27705'

red 178 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #B27705

Tints of Dark Goldenrod #B27705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 58.94%
G = 39.4%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B27705 (or 0xB27705) is known color: Dark Goldenrod. HEX triplet: B2, 77 and 05. RGB value is (178,119,5). Sum of RGB (Red+Green+Blue) = 178+119+5=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B27705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27705 is #4D88FA. Grayscale: #7C7C7C. Windows color (decimal): -5081339 or 358322. OLE color: 358322.

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

Color convert

RGB 178 119 5 -
CMYK 0 0.33 0.97 0.30
HSL 39.54º 0.95% 0.36% -
HSV(B) 39.54º 0.97% 0.7% -
XYZ 24.98 22.67 3.2 -
YUV 123.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 178 119 5 0 0.33 0.97 0.30 39.54 0.95 0.36
Hex B2 77 5 0 21 61 1E 28 5F 24
Octal 262 167 5 0 41 141 36 50 137 44
Binary 10110010 1110111 101 0 100001 1100001 11110 101000 1011111 100100

Color Harmonies of #B27705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27705

Black with #B27705

Text Example


Text Example

White with #B27705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27705; }

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

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

background-color css

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

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

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

border-color css

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

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

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