Html Css Color HEX #B2600D Golden Brown

📋 copy color: '#B2600D'

red 178 ◦ green 96 ◦ blue 13

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

Shades of Golden Brown #B2600D

Tints of Golden Brown #B2600D

RGB

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

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

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

R = 62.02%
G = 33.45%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2600D (or 0xB2600D) is known color: Golden Brown. HEX triplet: B2, 60 and 0D. RGB value is (178,96,13). Sum of RGB (Red+Green+Blue) = 178+96+13=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2600D is #4D9FF2. Grayscale: #6F6F6F. Windows color (decimal): -5087219 or 876722. OLE color: 876722.

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

Color convert

RGB 178 96 13 -
CMYK 0 0.46 0.93 0.30
HSL 30.18º 0.86% 0.37% -
HSV(B) 30.18º 0.93% 0.7% -
XYZ 22.62 17.86 2.64 -
YUV 111.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 178 96 13 0 0.46 0.93 0.30 30.18 0.86 0.37
Hex B2 60 D 0 2E 5D 1E 1E 56 25
Octal 262 140 15 0 56 135 36 36 126 45
Binary 10110010 1100000 1101 0 101110 1011101 11110 11110 1010110 100101

Color Harmonies of #B2600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2600D

Black with #B2600D

Text Example


Text Example

White with #B2600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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