Html Css Color HEX #B2723E Bourbon

📋 copy color: '#B2723E'

red 178 ◦ green 114 ◦ blue 62

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

Shades of Bourbon #B2723E

Tints of Bourbon #B2723E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 50.28%
G = 32.2%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2723E (or 0xB2723E) is known color: Bourbon. HEX triplet: B2, 72 and 3E. RGB value is (178,114,62). Sum of RGB (Red+Green+Blue) = 178+114+62=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2723E is #4D8DC1. Grayscale: #7F7F7F. Windows color (decimal): -5082562 or 4092594. OLE color: 4092594.

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

Color convert

RGB 178 114 62 -
CMYK 0 0.36 0.65 0.30
HSL 26.9º 0.48% 0.47% -
HSV(B) 26.9º 0.65% 0.7% -
XYZ 25.25 21.85 7.44 -
YUV 127.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 178 114 62 0 0.36 0.65 0.30 26.9 0.48 0.47
Hex B2 72 3E 0 24 41 1E 1B 30 2F
Octal 262 162 76 0 44 101 36 33 60 57
Binary 10110010 1110010 111110 0 100100 1000001 11110 11011 110000 101111

Color Harmonies of #B2723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2723E

Black with #B2723E

Text Example


Text Example

White with #B2723E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2723E; }

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

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

background-color css

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

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

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

border-color css

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

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

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