Html Css Color HEX #BFA77B Pavlova

📋 copy color: '#BFA77B'

red 191 ◦ green 167 ◦ blue 123

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

Shades of Pavlova #BFA77B

Tints of Pavlova #BFA77B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 39.71%
G = 34.72%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BFA77B (or 0xBFA77B) is known color: Pavlova. HEX triplet: BF, A7 and 7B. RGB value is (191,167,123). Sum of RGB (Red+Green+Blue) = 191+167+123=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA77B is #405884. Grayscale: #A9A9A9. Windows color (decimal): -4216965 or 8103871. OLE color: 8103871.

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

Color convert

RGB 191 167 123 -
CMYK 0 0.13 0.36 0.25
HSL 38.82º 0.35% 0.62% -
HSV(B) 38.82º 0.36% 0.75% -
XYZ 38.88 40.14 24.44 -
YUV 169.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 191 167 123 0 0.13 0.36 0.25 38.82 0.35 0.62
Hex BF A7 7B 0 D 24 19 27 23 3E
Octal 277 247 173 0 15 44 31 47 43 76
Binary 10111111 10100111 1111011 0 1101 100100 11001 100111 100011 111110

Color Harmonies of #BFA77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA77B

Black with #BFA77B

Text Example


Text Example

White with #BFA77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA77B; }

 p { color: rgb(191,167,123); }

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

background-color css

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

 a { background-color: rgb(191,167,123); }

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

border-color css

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

 span { border-color: rgb(191,167,123); }

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