Html Css Color HEX #B2663D Bourbon

📋 copy color: '#B2663D'

red 178 ◦ green 102 ◦ blue 61

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

Shades of Bourbon #B2663D

Tints of Bourbon #B2663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 52.2%
G = 29.91%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2663D (or 0xB2663D) is known color: Bourbon. HEX triplet: B2, 66 and 3D. RGB value is (178,102,61). Sum of RGB (Red+Green+Blue) = 178+102+61=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2663D is #4D99C2. Grayscale: #787878. Windows color (decimal): -5085635 or 4023986. OLE color: 4023986.

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

Color convert

RGB 178 102 61 -
CMYK 0 0.43 0.66 0.30
HSL 21.03º 0.49% 0.47% -
HSV(B) 21.03º 0.66% 0.7% -
XYZ 23.95 19.3 6.88 -
YUV 120.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 178 102 61 0 0.43 0.66 0.30 21.03 0.49 0.47
Hex B2 66 3D 0 2B 42 1E 15 31 2F
Octal 262 146 75 0 53 102 36 25 61 57
Binary 10110010 1100110 111101 0 101011 1000010 11110 10101 110001 101111

Color Harmonies of #B2663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2663D

Black with #B2663D

Text Example


Text Example

White with #B2663D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2663D; }

 p { color: rgb(178,102,61); }

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

background-color css

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

 a { background-color: rgb(178,102,61); }

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

border-color css

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

 span { border-color: rgb(178,102,61); }

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