Html Css Color HEX #B4BF9D Sprout

📋 copy color: '#B4BF9D'

red 180 ◦ green 191 ◦ blue 157

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

Shades of Sprout #B4BF9D

Tints of Sprout #B4BF9D

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

 BLUE value IS 157 (61.72% from 255) = 29.73%

R = 34.09%
G = 36.17%
B = 29.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#B4BF9D (or 0xB4BF9D) is known color: Sprout. HEX triplet: B4, BF and 9D. RGB value is (180,191,157). Sum of RGB (Red+Green+Blue) = 180+191+157=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF9D is #4B4062. Grayscale: #B7B7B7. Windows color (decimal): -4931683 or 10338228. OLE color: 10338228.

HSL color Cylindrical-coordinate representation of color #B4BF9D: hue angle of 79.41º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BF9D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 157 -
CMYK 0.06 0 0.18 0.25
HSL 79.41º 0.21% 0.68% -
HSV(B) 79.41º 0.18% 0.75% -
XYZ 43.54 49.4 39.14 -
YUV 183.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 180 191 157 0.06 0 0.18 0.25 79.41 0.21 0.68
Hex B4 BF 9D 6 0 12 19 4F 15 44
Octal 264 277 235 6 0 22 31 117 25 104
Binary 10110100 10111111 10011101 110 0 10010 11001 1001111 10101 1000100

Color Harmonies of #B4BF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF9D

Black with #B4BF9D

Text Example


Text Example

White with #B4BF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF9D; }

 p { color: rgb(180,191,157); }

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

background-color css

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

 a { background-color: rgb(180,191,157); }

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

border-color css

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

 span { border-color: rgb(180,191,157); }

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