Html Css Color HEX #B4A793 Bison Hide

📋 copy color: '#B4A793'

red 180 ◦ green 167 ◦ blue 147

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

Shades of Bison Hide #B4A793

Tints of Bison Hide #B4A793

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.81%

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 36.44%
G = 33.81%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B4A793 (or 0xB4A793) is known color: Bison Hide. HEX triplet: B4, A7 and 93. RGB value is (180,167,147). Sum of RGB (Red+Green+Blue) = 180+167+147=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A793 is #4B586C. Grayscale: #A8A8A8. Windows color (decimal): -4937837 or 9676724. OLE color: 9676724.

HSL color Cylindrical-coordinate representation of color #B4A793: hue angle of 36.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4A793 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 167 147 -
CMYK 0 0.07 0.18 0.29
HSL 36.36º 0.18% 0.64% -
HSV(B) 36.36º 0.18% 0.71% -
XYZ 37.91 39.45 33.22 -
YUV 168.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 180 167 147 0 0.07 0.18 0.29 36.36 0.18 0.64
Hex B4 A7 93 0 7 12 1D 24 12 40
Octal 264 247 223 0 7 22 35 44 22 100
Binary 10110100 10100111 10010011 0 111 10010 11101 100100 10010 1000000

Color Harmonies of #B4A793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A793

Black with #B4A793

Text Example


Text Example

White with #B4A793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A793; }

 p { color: rgb(180,167,147); }

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

background-color css

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

 a { background-color: rgb(180,167,147); }

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

border-color css

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

 span { border-color: rgb(180,167,147); }

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