Html Css Color HEX #B2783E Bourbon

📋 copy color: '#B2783E'

red 178 ◦ green 120 ◦ blue 62

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

Shades of Bourbon #B2783E

Tints of Bourbon #B2783E

RGB

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

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

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

R = 49.44%
G = 33.33%
B = 17.22%

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

#B2783E (or 0xB2783E) is known color: Bourbon. HEX triplet: B2, 78 and 3E. RGB value is (178,120,62). Sum of RGB (Red+Green+Blue) = 178+120+62=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2783E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2783E is #4D87C1. Grayscale: #838383. Windows color (decimal): -5081026 or 4094130. OLE color: 4094130.

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

Color convert

RGB 178 120 62 -
CMYK 0 0.33 0.65 0.30
HSL 30º 0.48% 0.47% -
HSV(B) 30º 0.65% 0.7% -
XYZ 25.95 23.25 7.68 -
YUV 130.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 178 120 62 0 0.33 0.65 0.30 30 0.48 0.47
Hex B2 78 3E 0 21 41 1E 1E 30 2F
Octal 262 170 76 0 41 101 36 36 60 57
Binary 10110010 1111000 111110 0 100001 1000001 11110 11110 110000 101111

Color Harmonies of #B2783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2783E

Black with #B2783E

Text Example


Text Example

White with #B2783E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2783E; }

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

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

background-color css

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

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

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

border-color css

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

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

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