Html Css Color HEX #B26804 Golden Brown

📋 copy color: '#B26804'

red 178 ◦ green 104 ◦ blue 4

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

Shades of Golden Brown #B26804

Tints of Golden Brown #B26804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

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

R = 62.24%
G = 36.36%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B26804 (or 0xB26804) is known color: Golden Brown. HEX triplet: B2, 68 and 04. RGB value is (178,104,4). Sum of RGB (Red+Green+Blue) = 178+104+4=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B26804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26804 is #4D97FB. Grayscale: #737373. Windows color (decimal): -5085180 or 288946. OLE color: 288946.

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

Color convert

RGB 178 104 4 -
CMYK 0 0.42 0.98 0.30
HSL 34.48º 0.96% 0.36% -
HSV(B) 34.48º 0.98% 0.7% -
XYZ 23.33 19.37 2.62 -
YUV 114.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 178 104 4 0 0.42 0.98 0.30 34.48 0.96 0.36
Hex B2 68 4 0 2A 62 1E 22 60 24
Octal 262 150 4 0 52 142 36 42 140 44
Binary 10110010 1101000 100 0 101010 1100010 11110 100010 1100000 100100

Color Harmonies of #B26804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26804

Black with #B26804

Text Example


Text Example

White with #B26804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26804; }

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

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

background-color css

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

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

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

border-color css

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

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

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