Html Css Color HEX #B26713 Golden Brown

📋 copy color: '#B26713'

red 178 ◦ green 103 ◦ blue 19

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

Shades of Golden Brown #B26713

Tints of Golden Brown #B26713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

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

R = 59.33%
G = 34.33%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B26713 (or 0xB26713) is known color: Golden Brown. HEX triplet: B2, 67 and 13. RGB value is (178,103,19). Sum of RGB (Red+Green+Blue) = 178+103+19=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B26713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26713 is #4D98EC. Grayscale: #747474. Windows color (decimal): -5085421 or 1271730. OLE color: 1271730.

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

Color convert

RGB 178 103 19 -
CMYK 0 0.42 0.89 0.30
HSL 31.7º 0.81% 0.39% -
HSV(B) 31.7º 0.89% 0.7% -
XYZ 23.33 19.21 3.09 -
YUV 115.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 178 103 19 0 0.42 0.89 0.30 31.7 0.81 0.39
Hex B2 67 13 0 2A 59 1E 20 51 27
Octal 262 147 23 0 52 131 36 40 121 47
Binary 10110010 1100111 10011 0 101010 1011001 11110 100000 1010001 100111

Color Harmonies of #B26713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26713

Black with #B26713

Text Example


Text Example

White with #B26713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26713; }

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

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

background-color css

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

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

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

border-color css

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

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

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