Html Css Color HEX #BFA67A Pavlova

📋 copy color: '#BFA67A'

red 191 ◦ green 166 ◦ blue 122

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

Shades of Pavlova #BFA67A

Tints of Pavlova #BFA67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 39.87%
G = 34.66%
B = 25.47%

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

#BFA67A (or 0xBFA67A) is known color: Pavlova. HEX triplet: BF, A6 and 7A. RGB value is (191,166,122). Sum of RGB (Red+Green+Blue) = 191+166+122=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA67A is #405985. Grayscale: #A8A8A8. Windows color (decimal): -4217222 or 8038079. OLE color: 8038079.

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

Color convert

RGB 191 166 122 -
CMYK 0 0.13 0.36 0.25
HSL 38.26º 0.35% 0.61% -
HSV(B) 38.26º 0.36% 0.75% -
XYZ 38.63 39.75 24.05 -
YUV 168.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 191 166 122 0 0.13 0.36 0.25 38.26 0.35 0.61
Hex BF A6 7A 0 D 24 19 26 23 3D
Octal 277 246 172 0 15 44 31 46 43 75
Binary 10111111 10100110 1111010 0 1101 100100 11001 100110 100011 111101

Color Harmonies of #BFA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA67A

Black with #BFA67A

Text Example


Text Example

White with #BFA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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