Html Css Color HEX #B26214 Golden Brown

📋 copy color: '#B26214'

red 178 ◦ green 98 ◦ blue 20

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

Shades of Golden Brown #B26214

Tints of Golden Brown #B26214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 60.14%
G = 33.11%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B26214 (or 0xB26214) is known color: Golden Brown. HEX triplet: B2, 62 and 14. RGB value is (178,98,20). Sum of RGB (Red+Green+Blue) = 178+98+20=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B26214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26214 is #4D9DEB. Grayscale: #717171. Windows color (decimal): -5086700 or 1335986. OLE color: 1335986.

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

Color convert

RGB 178 98 20 -
CMYK 0 0.45 0.89 0.30
HSL 29.62º 0.8% 0.39% -
HSV(B) 29.62º 0.89% 0.7% -
XYZ 22.85 18.25 2.98 -
YUV 113.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 178 98 20 0 0.45 0.89 0.30 29.62 0.8 0.39
Hex B2 62 14 0 2D 59 1E 1E 50 27
Octal 262 142 24 0 55 131 36 36 120 47
Binary 10110010 1100010 10100 0 101101 1011001 11110 11110 1010000 100111

Color Harmonies of #B26214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26214

Black with #B26214

Text Example


Text Example

White with #B26214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26214; }

 p { color: rgb(178,98,20); }

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

background-color css

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

 a { background-color: rgb(178,98,20); }

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

border-color css

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

 span { border-color: rgb(178,98,20); }

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