Html Css Color HEX #B6753E Bourbon

📋 copy color: '#B6753E'

red 182 ◦ green 117 ◦ blue 62

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

Shades of Bourbon #B6753E

Tints of Bourbon #B6753E

RGB

 RED value IS 182 (71.48% from 255) = 50.42%

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 50.42%
G = 32.41%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6753E (or 0xB6753E) is known color: Bourbon. HEX triplet: B6, 75 and 3E. RGB value is (182,117,62). Sum of RGB (Red+Green+Blue) = 182+117+62=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6753E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6753E is #498AC1. Grayscale: #828282. Windows color (decimal): -4819650 or 4093366. OLE color: 4093366.

HSL color Cylindrical-coordinate representation of color #B6753E: hue angle of 27.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6753E is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 117 62 -
CMYK 0 0.36 0.66 0.29
HSL 27.5º 0.49% 0.48% -
HSV(B) 27.5º 0.66% 0.71% -
XYZ 26.52 23.02 7.6 -
YUV 130.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 182 117 62 0 0.36 0.66 0.29 27.5 0.49 0.48
Hex B6 75 3E 0 24 42 1D 1C 31 30
Octal 266 165 76 0 44 102 35 34 61 60
Binary 10110110 1110101 111110 0 100100 1000010 11101 11100 110001 110000

Color Harmonies of #B6753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6753E

Black with #B6753E

Text Example


Text Example

White with #B6753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6753E; }

 p { color: rgb(182,117,62); }

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

background-color css

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

 a { background-color: rgb(182,117,62); }

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

border-color css

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

 span { border-color: rgb(182,117,62); }

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