Html Css Color HEX #B27313 Dark Goldenrod

📋 copy color: '#B27313'

red 178 ◦ green 115 ◦ blue 19

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

Shades of Dark Goldenrod #B27313

Tints of Dark Goldenrod #B27313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

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

R = 57.05%
G = 36.86%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27313 (or 0xB27313) is known color: Dark Goldenrod. HEX triplet: B2, 73 and 13. RGB value is (178,115,19). Sum of RGB (Red+Green+Blue) = 178+115+19=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B27313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27313 is #4D8CEC. Grayscale: #7B7B7B. Windows color (decimal): -5082349 or 1274802. OLE color: 1274802.

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

Color convert

RGB 178 115 19 -
CMYK 0 0.35 0.89 0.30
HSL 36.23º 0.81% 0.39% -
HSV(B) 36.23º 0.89% 0.7% -
XYZ 24.61 21.77 3.52 -
YUV 122.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 178 115 19 0 0.35 0.89 0.30 36.23 0.81 0.39
Hex B2 73 13 0 23 59 1E 24 51 27
Octal 262 163 23 0 43 131 36 44 121 47
Binary 10110010 1110011 10011 0 100011 1011001 11110 100100 1010001 100111

Color Harmonies of #B27313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27313

Black with #B27313

Text Example


Text Example

White with #B27313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27313; }

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

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

background-color css

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

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

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

border-color css

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

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

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