Html Css Color HEX #BFB088 Pavlova

📋 copy color: '#BFB088'

red 191 ◦ green 176 ◦ blue 136

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

Shades of Pavlova #BFB088

Tints of Pavlova #BFB088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.04%

R = 37.97%
G = 34.99%
B = 27.04%

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

#BFB088 (or 0xBFB088) is known color: Pavlova. HEX triplet: BF, B0 and 88. RGB value is (191,176,136). Sum of RGB (Red+Green+Blue) = 191+176+136=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB088 is #404F77. Grayscale: #B0B0B0. Windows color (decimal): -4214648 or 8958143. OLE color: 8958143.

HSL color Cylindrical-coordinate representation of color #BFB088: hue angle of 43.64º 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 #BFB088 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 136 -
CMYK 0 0.08 0.29 0.25
HSL 43.64º 0.3% 0.64% -
HSV(B) 43.64º 0.29% 0.75% -
XYZ 41.46 43.9 29.58 -
YUV 175.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 191 176 136 0 0.08 0.29 0.25 43.64 0.3 0.64
Hex BF B0 88 0 8 1D 19 2C 1E 40
Octal 277 260 210 0 10 35 31 54 36 100
Binary 10111111 10110000 10001000 0 1000 11101 11001 101100 11110 1000000

Color Harmonies of #BFB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB088

Black with #BFB088

Text Example


Text Example

White with #BFB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB088; }

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

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

background-color css

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

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

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

border-color css

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

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

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