Html Css Color HEX #B4693A Bourbon

📋 copy color: '#B4693A'

red 180 ◦ green 105 ◦ blue 58

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

Shades of Bourbon #B4693A

Tints of Bourbon #B4693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 52.48%
G = 30.61%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4693A (or 0xB4693A) is known color: Bourbon. HEX triplet: B4, 69 and 3A. RGB value is (180,105,58). Sum of RGB (Red+Green+Blue) = 180+105+58=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4693A is #4B96C5. Grayscale: #7A7A7A. Windows color (decimal): -4953798 or 3828148. OLE color: 3828148.

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

Color convert

RGB 180 105 58 -
CMYK 0 0.42 0.68 0.29
HSL 23.11º 0.51% 0.47% -
HSV(B) 23.11º 0.68% 0.71% -
XYZ 24.64 20.11 6.59 -
YUV 122.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 180 105 58 0 0.42 0.68 0.29 23.11 0.51 0.47
Hex B4 69 3A 0 2A 44 1D 17 33 2F
Octal 264 151 72 0 52 104 35 27 63 57
Binary 10110100 1101001 111010 0 101010 1000100 11101 10111 110011 101111

Color Harmonies of #B4693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4693A

Black with #B4693A

Text Example


Text Example

White with #B4693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4693A; }

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

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

background-color css

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

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

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

border-color css

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

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

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