Html Css Color HEX #B26012 Golden Brown

📋 copy color: '#B26012'

red 178 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #B26012

Tints of Golden Brown #B26012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

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

R = 60.96%
G = 32.88%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B26012 (or 0xB26012) is known color: Golden Brown. HEX triplet: B2, 60 and 12. RGB value is (178,96,18). Sum of RGB (Red+Green+Blue) = 178+96+18=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B26012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26012 is #4D9FED. Grayscale: #707070. Windows color (decimal): -5087214 or 1204402. OLE color: 1204402.

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

Color convert

RGB 178 96 18 -
CMYK 0 0.46 0.90 0.30
HSL 29.25º 0.82% 0.38% -
HSV(B) 29.25º 0.9% 0.7% -
XYZ 22.65 17.87 2.83 -
YUV 111.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 178 96 18 0 0.46 0.90 0.30 29.25 0.82 0.38
Hex B2 60 12 0 2E 5A 1E 1D 52 26
Octal 262 140 22 0 56 132 36 35 122 46
Binary 10110010 1100000 10010 0 101110 1011010 11110 11101 1010010 100110

Color Harmonies of #B26012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26012

Black with #B26012

Text Example


Text Example

White with #B26012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26012; }

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

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

background-color css

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

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

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

border-color css

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

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

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