Html Css Color HEX #B26515 Golden Brown

📋 copy color: '#B26515'

red 178 ◦ green 101 ◦ blue 21

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

Shades of Golden Brown #B26515

Tints of Golden Brown #B26515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 21 (8.59% from 255) = 7%

R = 59.33%
G = 33.67%
B = 7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B26515 (or 0xB26515) is known color: Golden Brown. HEX triplet: B2, 65 and 15. RGB value is (178,101,21). Sum of RGB (Red+Green+Blue) = 178+101+21=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B26515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26515 is #4D9AEA. Grayscale: #737373. Windows color (decimal): -5085931 or 1402290. OLE color: 1402290.

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

Color convert

RGB 178 101 21 -
CMYK 0 0.43 0.88 0.30
HSL 30.57º 0.79% 0.39% -
HSV(B) 30.57º 0.88% 0.7% -
XYZ 23.15 18.83 3.12 -
YUV 114.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 178 101 21 0 0.43 0.88 0.30 30.57 0.79 0.39
Hex B2 65 15 0 2B 58 1E 1F 4F 27
Octal 262 145 25 0 53 130 36 37 117 47
Binary 10110010 1100101 10101 0 101011 1011000 11110 11111 1001111 100111

Color Harmonies of #B26515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26515

Black with #B26515

Text Example


Text Example

White with #B26515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26515; }

 p { color: rgb(178,101,21); }

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

background-color css

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

 a { background-color: rgb(178,101,21); }

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

border-color css

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

 span { border-color: rgb(178,101,21); }

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