Html Css Color HEX #B26504 Golden Brown

📋 copy color: '#B26504'

red 178 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #B26504

Tints of Golden Brown #B26504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 62.9%
G = 35.69%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B26504 (or 0xB26504) is known color: Golden Brown. HEX triplet: B2, 65 and 04. RGB value is (178,101,4). Sum of RGB (Red+Green+Blue) = 178+101+4=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B26504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26504 is #4D9AFB. Grayscale: #717171. Windows color (decimal): -5085948 or 288178. OLE color: 288178.

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

Color convert

RGB 178 101 4 -
CMYK 0 0.43 0.98 0.30
HSL 33.45º 0.96% 0.36% -
HSV(B) 33.45º 0.98% 0.7% -
XYZ 23.04 18.78 2.53 -
YUV 112.97 66.51 174.39 -
System Red Green Blue C M Y K H S L
Decimal 178 101 4 0 0.43 0.98 0.30 33.45 0.96 0.36
Hex B2 65 4 0 2B 62 1E 21 60 24
Octal 262 145 4 0 53 142 36 41 140 44
Binary 10110010 1100101 100 0 101011 1100010 11110 100001 1100000 100100

Color Harmonies of #B26504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26504

Black with #B26504

Text Example


Text Example

White with #B26504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26504; }

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

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

background-color css

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

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

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

border-color css

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

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

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