Html Css Color HEX #B2680D Golden Brown

📋 copy color: '#B2680D'

red 178 ◦ green 104 ◦ blue 13

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

Shades of Golden Brown #B2680D

Tints of Golden Brown #B2680D

RGB

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

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

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

R = 60.34%
G = 35.25%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2680D (or 0xB2680D) is known color: Golden Brown. HEX triplet: B2, 68 and 0D. RGB value is (178,104,13). Sum of RGB (Red+Green+Blue) = 178+104+13=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2680D is #4D97F2. Grayscale: #747474. Windows color (decimal): -5085171 or 878770. OLE color: 878770.

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

Color convert

RGB 178 104 13 -
CMYK 0 0.42 0.93 0.30
HSL 33.09º 0.86% 0.37% -
HSV(B) 33.09º 0.93% 0.7% -
XYZ 23.38 19.39 2.89 -
YUV 115.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 178 104 13 0 0.42 0.93 0.30 33.09 0.86 0.37
Hex B2 68 D 0 2A 5D 1E 21 56 25
Octal 262 150 15 0 52 135 36 41 126 45
Binary 10110010 1101000 1101 0 101010 1011101 11110 100001 1010110 100101

Color Harmonies of #B2680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2680D

Black with #B2680D

Text Example


Text Example

White with #B2680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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