Html Css Color HEX #BFA683 Pavlova

📋 copy color: '#BFA683'

red 191 ◦ green 166 ◦ blue 131

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

Shades of Pavlova #BFA683

Tints of Pavlova #BFA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

 BLUE value IS 131 (51.56% from 255) = 26.84%

R = 39.14%
G = 34.02%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BFA683 (or 0xBFA683) is known color: Pavlova. HEX triplet: BF, A6 and 83. RGB value is (191,166,131). Sum of RGB (Red+Green+Blue) = 191+166+131=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA683 is #40597C. Grayscale: #A9A9A9. Windows color (decimal): -4217213 or 8627903. OLE color: 8627903.

HSL color Cylindrical-coordinate representation of color #BFA683: hue angle of 35º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA683 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 131 -
CMYK 0 0.13 0.31 0.25
HSL 35º 0.32% 0.63% -
HSV(B) 35º 0.31% 0.75% -
XYZ 39.22 39.99 27.12 -
YUV 169.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 191 166 131 0 0.13 0.31 0.25 35 0.32 0.63
Hex BF A6 83 0 D 1F 19 23 20 3F
Octal 277 246 203 0 15 37 31 43 40 77
Binary 10111111 10100110 10000011 0 1101 11111 11001 100011 100000 111111

Color Harmonies of #BFA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA683

Black with #BFA683

Text Example


Text Example

White with #BFA683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA683; }

 p { color: rgb(191,166,131); }

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

background-color css

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

 a { background-color: rgb(191,166,131); }

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

border-color css

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

 span { border-color: rgb(191,166,131); }

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