Html Css Color HEX #B8673F Bourbon

📋 copy color: '#B8673F'

red 184 ◦ green 103 ◦ blue 63

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

Shades of Bourbon #B8673F

Tints of Bourbon #B8673F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 63 (25% from 255) = 18%

R = 52.57%
G = 29.43%
B = 18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8673F (or 0xB8673F) is known color: Bourbon. HEX triplet: B8, 67 and 3F. RGB value is (184,103,63). Sum of RGB (Red+Green+Blue) = 184+103+63=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8673F is #4798C0. Grayscale: #7A7A7A. Windows color (decimal): -4692161 or 4155320. OLE color: 4155320.

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

Color convert

RGB 184 103 63 -
CMYK 0 0.44 0.66 0.28
HSL 19.83º 0.49% 0.48% -
HSV(B) 19.83º 0.66% 0.72% -
XYZ 25.51 20.25 7.27 -
YUV 122.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 184 103 63 0 0.44 0.66 0.28 19.83 0.49 0.48
Hex B8 67 3F 0 2C 42 1C 14 31 30
Octal 270 147 77 0 54 102 34 24 61 60
Binary 10111000 1100111 111111 0 101100 1000010 11100 10100 110001 110000

Color Harmonies of #B8673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8673F

Black with #B8673F

Text Example


Text Example

White with #B8673F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8673F; }

 p { color: rgb(184,103,63); }

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

background-color css

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

 a { background-color: rgb(184,103,63); }

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

border-color css

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

 span { border-color: rgb(184,103,63); }

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