Html Css Color HEX #B2693E Bourbon

📋 copy color: '#B2693E'

red 178 ◦ green 105 ◦ blue 62

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

Shades of Bourbon #B2693E

Tints of Bourbon #B2693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

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

R = 51.59%
G = 30.43%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2693E (or 0xB2693E) is known color: Bourbon. HEX triplet: B2, 69 and 3E. RGB value is (178,105,62). Sum of RGB (Red+Green+Blue) = 178+105+62=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2693E is #4D96C1. Grayscale: #7A7A7A. Windows color (decimal): -5084866 or 4090290. OLE color: 4090290.

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

Color convert

RGB 178 105 62 -
CMYK 0 0.41 0.65 0.30
HSL 22.24º 0.48% 0.47% -
HSV(B) 22.24º 0.65% 0.7% -
XYZ 24.28 19.92 7.12 -
YUV 121.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 178 105 62 0 0.41 0.65 0.30 22.24 0.48 0.47
Hex B2 69 3E 0 29 41 1E 16 30 2F
Octal 262 151 76 0 51 101 36 26 60 57
Binary 10110010 1101001 111110 0 101001 1000001 11110 10110 110000 101111

Color Harmonies of #B2693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2693E

Black with #B2693E

Text Example


Text Example

White with #B2693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2693E; }

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

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

background-color css

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

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

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

border-color css

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

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

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