Html Css Color HEX #B27513 Dark Goldenrod

📋 copy color: '#B27513'

red 178 ◦ green 117 ◦ blue 19

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

Shades of Dark Goldenrod #B27513

Tints of Dark Goldenrod #B27513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 56.69%
G = 37.26%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27513 (or 0xB27513) is known color: Dark Goldenrod. HEX triplet: B2, 75 and 13. RGB value is (178,117,19). Sum of RGB (Red+Green+Blue) = 178+117+19=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B27513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27513 is #4D8AEC. Grayscale: #7C7C7C. Windows color (decimal): -5081837 or 1275314. OLE color: 1275314.

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

Color convert

RGB 178 117 19 -
CMYK 0 0.34 0.89 0.30
HSL 36.98º 0.81% 0.39% -
HSV(B) 36.98º 0.89% 0.7% -
XYZ 24.84 22.23 3.6 -
YUV 124.07 68.71 166.47 -
System Red Green Blue C M Y K H S L
Decimal 178 117 19 0 0.34 0.89 0.30 36.98 0.81 0.39
Hex B2 75 13 0 22 59 1E 25 51 27
Octal 262 165 23 0 42 131 36 45 121 47
Binary 10110010 1110101 10011 0 100010 1011001 11110 100101 1010001 100111

Color Harmonies of #B27513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27513

Black with #B27513

Text Example


Text Example

White with #B27513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27513; }

 p { color: rgb(178,117,19); }

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

background-color css

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

 a { background-color: rgb(178,117,19); }

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

border-color css

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

 span { border-color: rgb(178,117,19); }

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