Html Css Color HEX #B2673B Bourbon

📋 copy color: '#B2673B'

red 178 ◦ green 103 ◦ blue 59

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

Shades of Bourbon #B2673B

Tints of Bourbon #B2673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

 BLUE value IS 59 (23.44% from 255) = 17.35%

R = 52.35%
G = 30.29%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2673B (or 0xB2673B) is known color: Bourbon. HEX triplet: B2, 67 and 3B. RGB value is (178,103,59). Sum of RGB (Red+Green+Blue) = 178+103+59=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2673B is #4D98C4. Grayscale: #787878. Windows color (decimal): -5085381 or 3893170. OLE color: 3893170.

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

Color convert

RGB 178 103 59 -
CMYK 0 0.42 0.67 0.30
HSL 22.18º 0.5% 0.46% -
HSV(B) 22.18º 0.67% 0.7% -
XYZ 24 19.48 6.63 -
YUV 120.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 178 103 59 0 0.42 0.67 0.30 22.18 0.5 0.46
Hex B2 67 3B 0 2A 43 1E 16 32 2E
Octal 262 147 73 0 52 103 36 26 62 56
Binary 10110010 1100111 111011 0 101010 1000011 11110 10110 110010 101110

Color Harmonies of #B2673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2673B

Black with #B2673B

Text Example


Text Example

White with #B2673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2673B; }

 p { color: rgb(178,103,59); }

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

background-color css

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

 a { background-color: rgb(178,103,59); }

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

border-color css

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

 span { border-color: rgb(178,103,59); }

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