Html Css Color HEX #B2683E Bourbon

📋 copy color: '#B2683E'

red 178 ◦ green 104 ◦ blue 62

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

Shades of Bourbon #B2683E

Tints of Bourbon #B2683E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.02%

R = 51.74%
G = 30.23%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2683E (or 0xB2683E) is known color: Bourbon. HEX triplet: B2, 68 and 3E. RGB value is (178,104,62). Sum of RGB (Red+Green+Blue) = 178+104+62=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2683E is #4D97C1. Grayscale: #797979. Windows color (decimal): -5085122 or 4090034. OLE color: 4090034.

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

Color convert

RGB 178 104 62 -
CMYK 0 0.42 0.65 0.30
HSL 21.72º 0.48% 0.47% -
HSV(B) 21.72º 0.65% 0.7% -
XYZ 24.18 19.71 7.09 -
YUV 121.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 178 104 62 0 0.42 0.65 0.30 21.72 0.48 0.47
Hex B2 68 3E 0 2A 41 1E 16 30 2F
Octal 262 150 76 0 52 101 36 26 60 57
Binary 10110010 1101000 111110 0 101010 1000001 11110 10110 110000 101111

Color Harmonies of #B2683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2683E

Black with #B2683E

Text Example


Text Example

White with #B2683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2683E; }

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

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

background-color css

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

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

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

border-color css

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

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

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