Html Css Color HEX #BFB087 Pavlova

📋 copy color: '#BFB087'

red 191 ◦ green 176 ◦ blue 135

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

Shades of Pavlova #BFB087

Tints of Pavlova #BFB087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 38.05%
G = 35.06%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFB087 (or 0xBFB087) is known color: Pavlova. HEX triplet: BF, B0 and 87. RGB value is (191,176,135). Sum of RGB (Red+Green+Blue) = 191+176+135=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB087 is #404F78. Grayscale: #AFAFAF. Windows color (decimal): -4214649 or 8892607. OLE color: 8892607.

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

Color convert

RGB 191 176 135 -
CMYK 0 0.08 0.29 0.25
HSL 43.93º 0.3% 0.64% -
HSV(B) 43.93º 0.29% 0.75% -
XYZ 41.38 43.88 29.21 -
YUV 175.81 104.97 138.83 -
System Red Green Blue C M Y K H S L
Decimal 191 176 135 0 0.08 0.29 0.25 43.93 0.3 0.64
Hex BF B0 87 0 8 1D 19 2C 1E 40
Octal 277 260 207 0 10 35 31 54 36 100
Binary 10111111 10110000 10000111 0 1000 11101 11001 101100 11110 1000000

Color Harmonies of #BFB087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB087

Black with #BFB087

Text Example


Text Example

White with #BFB087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB087; }

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

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

background-color css

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

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

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

border-color css

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

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

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