Html Css Color HEX #B2723C Bourbon

📋 copy color: '#B2723C'

red 178 ◦ green 114 ◦ blue 60

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

Shades of Bourbon #B2723C

Tints of Bourbon #B2723C

RGB

 RED value IS 178 (69.92% from 255) = 50.57%

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

 BLUE value IS 60 (23.83% from 255) = 17.05%

R = 50.57%
G = 32.39%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2723C (or 0xB2723C) is known color: Bourbon. HEX triplet: B2, 72 and 3C. RGB value is (178,114,60). Sum of RGB (Red+Green+Blue) = 178+114+60=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2723C is #4D8DC3. Grayscale: #7F7F7F. Windows color (decimal): -5082564 or 3961522. OLE color: 3961522.

HSL color Cylindrical-coordinate representation of color #B2723C: hue angle of 27.46º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2723C is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 60 -
CMYK 0 0.36 0.66 0.30
HSL 27.46º 0.5% 0.47% -
HSV(B) 27.46º 0.66% 0.7% -
XYZ 25.19 21.83 7.16 -
YUV 126.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 178 114 60 0 0.36 0.66 0.30 27.46 0.5 0.47
Hex B2 72 3C 0 24 42 1E 1B 32 2F
Octal 262 162 74 0 44 102 36 33 62 57
Binary 10110010 1110010 111100 0 100100 1000010 11110 11011 110010 101111

Color Harmonies of #B2723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2723C

Black with #B2723C

Text Example


Text Example

White with #B2723C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2723C; }

 p { color: rgb(178,114,60); }

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

background-color css

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

 a { background-color: rgb(178,114,60); }

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

border-color css

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

 span { border-color: rgb(178,114,60); }

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