Html Css Color HEX #BFAF8D Pavlova

📋 copy color: '#BFAF8D'

red 191 ◦ green 175 ◦ blue 141

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

Shades of Pavlova #BFAF8D

Tints of Pavlova #BFAF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 37.67%
G = 34.52%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFAF8D (or 0xBFAF8D) is known color: Pavlova. HEX triplet: BF, AF and 8D. RGB value is (191,175,141). Sum of RGB (Red+Green+Blue) = 191+175+141=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF8D is #405072. Grayscale: #B0B0B0. Windows color (decimal): -4214899 or 9285567. OLE color: 9285567.

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

Color convert

RGB 191 175 141 -
CMYK 0 0.08 0.26 0.25
HSL 40.8º 0.28% 0.65% -
HSV(B) 40.8º 0.26% 0.75% -
XYZ 41.62 43.66 31.43 -
YUV 175.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 191 175 141 0 0.08 0.26 0.25 40.8 0.28 0.65
Hex BF AF 8D 0 8 1A 19 29 1C 41
Octal 277 257 215 0 10 32 31 51 34 101
Binary 10111111 10101111 10001101 0 1000 11010 11001 101001 11100 1000001

Color Harmonies of #BFAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF8D

Black with #BFAF8D

Text Example


Text Example

White with #BFAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF8D; }

 p { color: rgb(191,175,141); }

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

background-color css

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

 a { background-color: rgb(191,175,141); }

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

border-color css

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

 span { border-color: rgb(191,175,141); }

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