Html Css Color HEX #B1BF7B Caper

📋 copy color: '#B1BF7B'

red 177 ◦ green 191 ◦ blue 123

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

Shades of Caper #B1BF7B

Tints of Caper #B1BF7B

RGB

 RED value IS 177 (69.53% from 255) = 36.05%

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

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 36.05%
G = 38.9%
B = 25.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#B1BF7B (or 0xB1BF7B) is known color: Caper. HEX triplet: B1, BF and 7B. RGB value is (177,191,123). Sum of RGB (Red+Green+Blue) = 177+191+123=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF7B is #4E4084. Grayscale: #B3B3B3. Windows color (decimal): -5128325 or 8110001. OLE color: 8110001.

HSL color Cylindrical-coordinate representation of color #B1BF7B: hue angle of 72.35º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1BF7B is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 191 123 -
CMYK 0.07 0 0.36 0.25
HSL 72.35º 0.35% 0.62% -
HSV(B) 72.35º 0.36% 0.75% -
XYZ 40.34 48.04 25.89 -
YUV 179.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 177 191 123 0.07 0 0.36 0.25 72.35 0.35 0.62
Hex B1 BF 7B 7 0 24 19 48 23 3E
Octal 261 277 173 7 0 44 31 110 43 76
Binary 10110001 10111111 1111011 111 0 100100 11001 1001000 100011 111110

Color Harmonies of #B1BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF7B

Black with #B1BF7B

Text Example


Text Example

White with #B1BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF7B; }

 p { color: rgb(177,191,123); }

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

background-color css

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

 a { background-color: rgb(177,191,123); }

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

border-color css

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

 span { border-color: rgb(177,191,123); }

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