Html Css Color HEX #B26C12 Golden Brown

📋 copy color: '#B26C12'

red 178 ◦ green 108 ◦ blue 18

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

Shades of Golden Brown #B26C12

Tints of Golden Brown #B26C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 58.55%
G = 35.53%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B26C12 (or 0xB26C12) is known color: Golden Brown. HEX triplet: B2, 6C and 12. RGB value is (178,108,18). Sum of RGB (Red+Green+Blue) = 178+108+18=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C12 is #4D93ED. Grayscale: #777777. Windows color (decimal): -5084142 or 1207474. OLE color: 1207474.

HSL color Cylindrical-coordinate representation of color #B26C12: hue angle of 33.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B26C12 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 18 -
CMYK 0 0.39 0.90 0.30
HSL 33.75º 0.82% 0.38% -
HSV(B) 33.75º 0.9% 0.7% -
XYZ 23.83 20.23 3.22 -
YUV 118.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 178 108 18 0 0.39 0.90 0.30 33.75 0.82 0.38
Hex B2 6C 12 0 27 5A 1E 22 52 26
Octal 262 154 22 0 47 132 36 42 122 46
Binary 10110010 1101100 10010 0 100111 1011010 11110 100010 1010010 100110

Color Harmonies of #B26C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C12

Black with #B26C12

Text Example


Text Example

White with #B26C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C12; }

 p { color: rgb(178,108,18); }

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

background-color css

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

 a { background-color: rgb(178,108,18); }

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

border-color css

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

 span { border-color: rgb(178,108,18); }

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