Html Css Color HEX #B2783F Bourbon

📋 copy color: '#B2783F'

red 178 ◦ green 120 ◦ blue 63

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

Shades of Bourbon #B2783F

Tints of Bourbon #B2783F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

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

R = 49.31%
G = 33.24%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2783F (or 0xB2783F) is known color: Bourbon. HEX triplet: B2, 78 and 3F. RGB value is (178,120,63). Sum of RGB (Red+Green+Blue) = 178+120+63=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B2783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2783F is #4D87C0. Grayscale: #838383. Windows color (decimal): -5081025 or 4159666. OLE color: 4159666.

HSL color Cylindrical-coordinate representation of color #B2783F: hue angle of 29.74º 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 #B2783F is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 63 -
CMYK 0 0.33 0.65 0.30
HSL 29.74º 0.48% 0.47% -
HSV(B) 29.74º 0.65% 0.7% -
XYZ 25.97 23.26 7.82 -
YUV 130.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 178 120 63 0 0.33 0.65 0.30 29.74 0.48 0.47
Hex B2 78 3F 0 21 41 1E 1E 30 2F
Octal 262 170 77 0 41 101 36 36 60 57
Binary 10110010 1111000 111111 0 100001 1000001 11110 11110 110000 101111

Color Harmonies of #B2783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2783F

Black with #B2783F

Text Example


Text Example

White with #B2783F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2783F; }

 p { color: rgb(178,120,63); }

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

background-color css

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

 a { background-color: rgb(178,120,63); }

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

border-color css

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

 span { border-color: rgb(178,120,63); }

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