Html Css Color HEX #B8713D Bourbon

📋 copy color: '#B8713D'

red 184 ◦ green 113 ◦ blue 61

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

Shades of Bourbon #B8713D

Tints of Bourbon #B8713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 51.4%
G = 31.56%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8713D (or 0xB8713D) is known color: Bourbon. HEX triplet: B8, 71 and 3D. RGB value is (184,113,61). Sum of RGB (Red+Green+Blue) = 184+113+61=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8713D is #478EC2. Grayscale: #808080. Windows color (decimal): -4689603 or 4026808. OLE color: 4026808.

HSL color Cylindrical-coordinate representation of color #B8713D: hue angle of 25.37º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8713D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 61 -
CMYK 0 0.39 0.67 0.28
HSL 25.37º 0.5% 0.48% -
HSV(B) 25.37º 0.67% 0.72% -
XYZ 26.51 22.34 7.33 -
YUV 128.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 184 113 61 0 0.39 0.67 0.28 25.37 0.5 0.48
Hex B8 71 3D 0 27 43 1C 19 32 30
Octal 270 161 75 0 47 103 34 31 62 60
Binary 10111000 1110001 111101 0 100111 1000011 11100 11001 110010 110000

Color Harmonies of #B8713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8713D

Black with #B8713D

Text Example


Text Example

White with #B8713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8713D; }

 p { color: rgb(184,113,61); }

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

background-color css

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

 a { background-color: rgb(184,113,61); }

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

border-color css

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

 span { border-color: rgb(184,113,61); }

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