Html Css Color HEX #B4683A Bourbon

📋 copy color: '#B4683A'

red 180 ◦ green 104 ◦ blue 58

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

Shades of Bourbon #B4683A

Tints of Bourbon #B4683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 52.63%
G = 30.41%
B = 16.96%

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

#B4683A (or 0xB4683A) is known color: Bourbon. HEX triplet: B4, 68 and 3A. RGB value is (180,104,58). Sum of RGB (Red+Green+Blue) = 180+104+58=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4683A is #4B97C5. Grayscale: #797979. Windows color (decimal): -4954054 or 3827892. OLE color: 3827892.

HSL color Cylindrical-coordinate representation of color #B4683A: hue angle of 22.62º 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 #B4683A is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 104 58 -
CMYK 0 0.42 0.68 0.29
HSL 22.62º 0.51% 0.47% -
HSV(B) 22.62º 0.68% 0.71% -
XYZ 24.54 19.91 6.55 -
YUV 121.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 180 104 58 0 0.42 0.68 0.29 22.62 0.51 0.47
Hex B4 68 3A 0 2A 44 1D 17 33 2F
Octal 264 150 72 0 52 104 35 27 63 57
Binary 10110100 1101000 111010 0 101010 1000100 11101 10111 110011 101111

Color Harmonies of #B4683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4683A

Black with #B4683A

Text Example


Text Example

White with #B4683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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