Html Css Color HEX #BFB08F Pavlova

📋 copy color: '#BFB08F'

red 191 ◦ green 176 ◦ blue 143

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

Shades of Pavlova #BFB08F

Tints of Pavlova #BFB08F

RGB

 RED value IS 191 (75% from 255) = 37.45%

 GREEN value IS 176 (69.14% from 255) = 34.51%

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 37.45%
G = 34.51%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB08F (or 0xBFB08F) is known color: Pavlova. HEX triplet: BF, B0 and 8F. RGB value is (191,176,143). Sum of RGB (Red+Green+Blue) = 191+176+143=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB08F is #404F70. Grayscale: #B0B0B0. Windows color (decimal): -4214641 or 9416895. OLE color: 9416895.

HSL color Cylindrical-coordinate representation of color #BFB08F: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFB08F is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 143 -
CMYK 0 0.08 0.25 0.25
HSL 41.25º 0.27% 0.65% -
HSV(B) 41.25º 0.25% 0.75% -
XYZ 41.97 44.11 32.29 -
YUV 176.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 191 176 143 0 0.08 0.25 0.25 41.25 0.27 0.65
Hex BF B0 8F 0 8 19 19 29 1B 41
Octal 277 260 217 0 10 31 31 51 33 101
Binary 10111111 10110000 10001111 0 1000 11001 11001 101001 11011 1000001

Color Harmonies of #BFB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB08F

Black with #BFB08F

Text Example


Text Example

White with #BFB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB08F; }

 p { color: rgb(191,176,143); }

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

background-color css

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

 a { background-color: rgb(191,176,143); }

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

border-color css

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

 span { border-color: rgb(191,176,143); }

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