Html Css Color HEX #B26C0D Golden Brown

📋 copy color: '#B26C0D'

red 178 ◦ green 108 ◦ blue 13

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

Shades of Golden Brown #B26C0D

Tints of Golden Brown #B26C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 59.53%
G = 36.12%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B26C0D (or 0xB26C0D) is known color: Golden Brown. HEX triplet: B2, 6C and 0D. RGB value is (178,108,13). Sum of RGB (Red+Green+Blue) = 178+108+13=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C0D is #4D93F2. Grayscale: #767676. Windows color (decimal): -5084147 or 879794. OLE color: 879794.

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

Color convert

RGB 178 108 13 -
CMYK 0 0.39 0.93 0.30
HSL 34.55º 0.86% 0.37% -
HSV(B) 34.55º 0.93% 0.7% -
XYZ 23.8 20.22 3.03 -
YUV 118.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 178 108 13 0 0.39 0.93 0.30 34.55 0.86 0.37
Hex B2 6C D 0 27 5D 1E 23 56 25
Octal 262 154 15 0 47 135 36 43 126 45
Binary 10110010 1101100 1101 0 100111 1011101 11110 100011 1010110 100101

Color Harmonies of #B26C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C0D

Black with #B26C0D

Text Example


Text Example

White with #B26C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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