Html Css Color HEX #BFB08C Pavlova

📋 copy color: '#BFB08C'

red 191 ◦ green 176 ◦ blue 140

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

Shades of Pavlova #BFB08C

Tints of Pavlova #BFB08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 37.67%
G = 34.71%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFB08C (or 0xBFB08C) is known color: Pavlova. HEX triplet: BF, B0 and 8C. RGB value is (191,176,140). Sum of RGB (Red+Green+Blue) = 191+176+140=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB08C is #404F73. Grayscale: #B0B0B0. Windows color (decimal): -4214644 or 9220287. OLE color: 9220287.

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

Color convert

RGB 191 176 140 -
CMYK 0 0.08 0.27 0.25
HSL 42.35º 0.28% 0.65% -
HSV(B) 42.35º 0.27% 0.75% -
XYZ 41.74 44.02 31.11 -
YUV 176.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 191 176 140 0 0.08 0.27 0.25 42.35 0.28 0.65
Hex BF B0 8C 0 8 1B 19 2A 1C 41
Octal 277 260 214 0 10 33 31 52 34 101
Binary 10111111 10110000 10001100 0 1000 11011 11001 101010 11100 1000001

Color Harmonies of #BFB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB08C

Black with #BFB08C

Text Example


Text Example

White with #BFB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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