Html Css Color HEX #B4693C Bourbon

📋 copy color: '#B4693C'

red 180 ◦ green 105 ◦ blue 60

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

Shades of Bourbon #B4693C

Tints of Bourbon #B4693C

RGB

 RED value IS 180 (70.7% from 255) = 52.17%

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

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

R = 52.17%
G = 30.43%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4693C (or 0xB4693C) is known color: Bourbon. HEX triplet: B4, 69 and 3C. RGB value is (180,105,60). Sum of RGB (Red+Green+Blue) = 180+105+60=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4693C is #4B96C3. Grayscale: #7A7A7A. Windows color (decimal): -4953796 or 3959220. OLE color: 3959220.

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

Color convert

RGB 180 105 60 -
CMYK 0 0.42 0.67 0.29
HSL 22.5º 0.5% 0.47% -
HSV(B) 22.5º 0.67% 0.71% -
XYZ 24.69 20.13 6.86 -
YUV 122.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 180 105 60 0 0.42 0.67 0.29 22.5 0.5 0.47
Hex B4 69 3C 0 2A 43 1D 16 32 2F
Octal 264 151 74 0 52 103 35 26 62 57
Binary 10110100 1101001 111100 0 101010 1000011 11101 10110 110010 101111

Color Harmonies of #B4693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4693C

Black with #B4693C

Text Example


Text Example

White with #B4693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4693C; }

 p { color: rgb(180,105,60); }

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

background-color css

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

 a { background-color: rgb(180,105,60); }

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

border-color css

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

 span { border-color: rgb(180,105,60); }

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