Html Css Color HEX #B4663A Bourbon

📋 copy color: '#B4663A'

red 180 ◦ green 102 ◦ blue 58

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

Shades of Bourbon #B4663A

Tints of Bourbon #B4663A

RGB

 RED value IS 180 (70.7% from 255) = 52.94%

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 52.94%
G = 30%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4663A (or 0xB4663A) is known color: Bourbon. HEX triplet: B4, 66 and 3A. RGB value is (180,102,58). Sum of RGB (Red+Green+Blue) = 180+102+58=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4663A is #4B99C5. Grayscale: #787878. Windows color (decimal): -4954566 or 3827380. OLE color: 3827380.

HSL color Cylindrical-coordinate representation of color #B4663A: hue angle of 21.64º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4663A is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 58 -
CMYK 0 0.43 0.68 0.29
HSL 21.64º 0.51% 0.47% -
HSV(B) 21.64º 0.68% 0.71% -
XYZ 24.34 19.51 6.49 -
YUV 120.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 180 102 58 0 0.43 0.68 0.29 21.64 0.51 0.47
Hex B4 66 3A 0 2B 44 1D 16 33 2F
Octal 264 146 72 0 53 104 35 26 63 57
Binary 10110100 1100110 111010 0 101011 1000100 11101 10110 110011 101111

Color Harmonies of #B4663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4663A

Black with #B4663A

Text Example


Text Example

White with #B4663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4663A; }

 p { color: rgb(180,102,58); }

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

background-color css

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

 a { background-color: rgb(180,102,58); }

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

border-color css

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

 span { border-color: rgb(180,102,58); }

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