Html Css Color HEX #B2673C Bourbon

📋 copy color: '#B2673C'

red 178 ◦ green 103 ◦ blue 60

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

Shades of Bourbon #B2673C

Tints of Bourbon #B2673C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 52.2%
G = 30.21%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2673C (or 0xB2673C) is known color: Bourbon. HEX triplet: B2, 67 and 3C. RGB value is (178,103,60). Sum of RGB (Red+Green+Blue) = 178+103+60=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2673C is #4D98C3. Grayscale: #787878. Windows color (decimal): -5085380 or 3958706. OLE color: 3958706.

HSL color Cylindrical-coordinate representation of color #B2673C: hue angle of 21.86º degrees, saturation: 0.5, 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 #B2673C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 103 60 -
CMYK 0 0.42 0.66 0.30
HSL 21.86º 0.5% 0.47% -
HSV(B) 21.86º 0.66% 0.7% -
XYZ 24.03 19.49 6.77 -
YUV 120.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 178 103 60 0 0.42 0.66 0.30 21.86 0.5 0.47
Hex B2 67 3C 0 2A 42 1E 16 32 2F
Octal 262 147 74 0 52 102 36 26 62 57
Binary 10110010 1100111 111100 0 101010 1000010 11110 10110 110010 101111

Color Harmonies of #B2673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2673C

Black with #B2673C

Text Example


Text Example

White with #B2673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2673C; }

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

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

background-color css

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

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

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

border-color css

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

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

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