Html Css Color HEX #B8724B Bourbon

📋 copy color: '#B8724B'

red 184 ◦ green 114 ◦ blue 75

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

Shades of Bourbon #B8724B

Tints of Bourbon #B8724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 49.33%
G = 30.56%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8724B (or 0xB8724B) is known color: Bourbon. HEX triplet: B8, 72 and 4B. RGB value is (184,114,75). Sum of RGB (Red+Green+Blue) = 184+114+75=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B8724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8724B is #478DB4. Grayscale: #828282. Windows color (decimal): -4689333 or 4944568. OLE color: 4944568.

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

Color convert

RGB 184 114 75 -
CMYK 0 0.38 0.59 0.28
HSL 21.47º 0.43% 0.51% -
HSV(B) 21.47º 0.59% 0.72% -
XYZ 27.05 22.73 9.62 -
YUV 130.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 184 114 75 0 0.38 0.59 0.28 21.47 0.43 0.51
Hex B8 72 4B 0 26 3B 1C 15 2B 33
Octal 270 162 113 0 46 73 34 25 53 63
Binary 10111000 1110010 1001011 0 100110 111011 11100 10101 101011 110011

Color Harmonies of #B8724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8724B

Black with #B8724B

Text Example


Text Example

White with #B8724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8724B; }

 p { color: rgb(184,114,75); }

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

background-color css

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

 a { background-color: rgb(184,114,75); }

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

border-color css

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

 span { border-color: rgb(184,114,75); }

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