Html Css Color HEX #B2680E Golden Brown

📋 copy color: '#B2680E'

red 178 ◦ green 104 ◦ blue 14

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

Shades of Golden Brown #B2680E

Tints of Golden Brown #B2680E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 60.14%
G = 35.14%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2680E (or 0xB2680E) is known color: Golden Brown. HEX triplet: B2, 68 and 0E. RGB value is (178,104,14). Sum of RGB (Red+Green+Blue) = 178+104+14=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B2680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2680E is #4D97F1. Grayscale: #747474. Windows color (decimal): -5085170 or 944306. OLE color: 944306.

HSL color Cylindrical-coordinate representation of color #B2680E: hue angle of 32.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2680E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 104 14 -
CMYK 0 0.42 0.92 0.30
HSL 32.93º 0.85% 0.38% -
HSV(B) 32.93º 0.92% 0.7% -
XYZ 23.39 19.4 2.93 -
YUV 115.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 178 104 14 0 0.42 0.92 0.30 32.93 0.85 0.38
Hex B2 68 E 0 2A 5C 1E 21 55 26
Octal 262 150 16 0 52 134 36 41 125 46
Binary 10110010 1101000 1110 0 101010 1011100 11110 100001 1010101 100110

Color Harmonies of #B2680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2680E

Black with #B2680E

Text Example


Text Example

White with #B2680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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