Html Css Color HEX #BFB08D Pavlova

📋 copy color: '#BFB08D'

red 191 ◦ green 176 ◦ blue 141

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

Shades of Pavlova #BFB08D

Tints of Pavlova #BFB08D

RGB

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

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

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

R = 37.6%
G = 34.65%
B = 27.76%

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

#BFB08D (or 0xBFB08D) is known color: Pavlova. HEX triplet: BF, B0 and 8D. RGB value is (191,176,141). Sum of RGB (Red+Green+Blue) = 191+176+141=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB08D is #404F72. Grayscale: #B0B0B0. Windows color (decimal): -4214643 or 9285823. OLE color: 9285823.

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

Color convert

RGB 191 176 141 -
CMYK 0 0.08 0.26 0.25
HSL 42º 0.28% 0.65% -
HSV(B) 42º 0.26% 0.75% -
XYZ 41.82 44.05 31.5 -
YUV 176.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 191 176 141 0 0.08 0.26 0.25 42 0.28 0.65
Hex BF B0 8D 0 8 1A 19 2A 1C 41
Octal 277 260 215 0 10 32 31 52 34 101
Binary 10111111 10110000 10001101 0 1000 11010 11001 101010 11100 1000001

Color Harmonies of #BFB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB08D

Black with #BFB08D

Text Example


Text Example

White with #BFB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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