Html Css Color HEX #B27A17 Dark Goldenrod

📋 copy color: '#B27A17'

red 178 ◦ green 122 ◦ blue 23

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

Shades of Dark Goldenrod #B27A17

Tints of Dark Goldenrod #B27A17

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

 BLUE value IS 23 (9.38% from 255) = 7.12%

R = 55.11%
G = 37.77%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B27A17 (or 0xB27A17) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 17. RGB value is (178,122,23). Sum of RGB (Red+Green+Blue) = 178+122+23=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A17 is #4D85E8. Grayscale: #7F7F7F. Windows color (decimal): -5080553 or 1538738. OLE color: 1538738.

HSL color Cylindrical-coordinate representation of color #B27A17: hue angle of 38.32º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B27A17 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 23 -
CMYK 0 0.31 0.87 0.30
HSL 38.32º 0.77% 0.39% -
HSV(B) 38.32º 0.87% 0.7% -
XYZ 25.47 23.45 3.99 -
YUV 127.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 178 122 23 0 0.31 0.87 0.30 38.32 0.77 0.39
Hex B2 7A 17 0 1F 57 1E 26 4D 27
Octal 262 172 27 0 37 127 36 46 115 47
Binary 10110010 1111010 10111 0 11111 1010111 11110 100110 1001101 100111

Color Harmonies of #B27A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A17

Black with #B27A17

Text Example


Text Example

White with #B27A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A17; }

 p { color: rgb(178,122,23); }

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

background-color css

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

 a { background-color: rgb(178,122,23); }

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

border-color css

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

 span { border-color: rgb(178,122,23); }

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