Html Css Color HEX #B8683A Bourbon

📋 copy color: '#B8683A'

red 184 ◦ green 104 ◦ blue 58

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

Shades of Bourbon #B8683A

Tints of Bourbon #B8683A

RGB

 RED value IS 184 (72.27% from 255) = 53.18%

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

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

R = 53.18%
G = 30.06%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8683A (or 0xB8683A) is known color: Bourbon. HEX triplet: B8, 68 and 3A. RGB value is (184,104,58). Sum of RGB (Red+Green+Blue) = 184+104+58=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8683A is #4797C5. Grayscale: #7A7A7A. Windows color (decimal): -4691910 or 3827896. OLE color: 3827896.

HSL color Cylindrical-coordinate representation of color #B8683A: hue angle of 21.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8683A is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 104 58 -
CMYK 0 0.43 0.68 0.28
HSL 21.9º 0.52% 0.47% -
HSV(B) 21.9º 0.68% 0.72% -
XYZ 25.48 20.4 6.6 -
YUV 122.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 184 104 58 0 0.43 0.68 0.28 21.9 0.52 0.47
Hex B8 68 3A 0 2B 44 1C 16 34 2F
Octal 270 150 72 0 53 104 34 26 64 57
Binary 10111000 1101000 111010 0 101011 1000100 11100 10110 110100 101111

Color Harmonies of #B8683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8683A

Black with #B8683A

Text Example


Text Example

White with #B8683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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