Html Css Color HEX #BFB08B Pavlova

📋 copy color: '#BFB08B'

red 191 ◦ green 176 ◦ blue 139

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

Shades of Pavlova #BFB08B

Tints of Pavlova #BFB08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 37.75%
G = 34.78%
B = 27.47%

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

#BFB08B (or 0xBFB08B) is known color: Pavlova. HEX triplet: BF, B0 and 8B. RGB value is (191,176,139). Sum of RGB (Red+Green+Blue) = 191+176+139=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB08B is #404F74. Grayscale: #B0B0B0. Windows color (decimal): -4214645 or 9154751. OLE color: 9154751.

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

Color convert

RGB 191 176 139 -
CMYK 0 0.08 0.27 0.25
HSL 42.69º 0.29% 0.65% -
HSV(B) 42.69º 0.27% 0.75% -
XYZ 41.67 43.99 30.72 -
YUV 176.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 191 176 139 0 0.08 0.27 0.25 42.69 0.29 0.65
Hex BF B0 8B 0 8 1B 19 2B 1D 41
Octal 277 260 213 0 10 33 31 53 35 101
Binary 10111111 10110000 10001011 0 1000 11011 11001 101011 11101 1000001

Color Harmonies of #BFB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB08B

Black with #BFB08B

Text Example


Text Example

White with #BFB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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