Html Css Color HEX #BCA77F Pavlova

📋 copy color: '#BCA77F'

red 188 ◦ green 167 ◦ blue 127

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

Shades of Pavlova #BCA77F

Tints of Pavlova #BCA77F

RGB

 RED value IS 188 (73.83% from 255) = 39%

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

 BLUE value IS 127 (50% from 255) = 26.35%

R = 39%
G = 34.65%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCA77F (or 0xBCA77F) is known color: Pavlova. HEX triplet: BC, A7 and 7F. RGB value is (188,167,127). Sum of RGB (Red+Green+Blue) = 188+167+127=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA77F is #435880. Grayscale: #A8A8A8. Windows color (decimal): -4413569 or 8366012. OLE color: 8366012.

HSL color Cylindrical-coordinate representation of color #BCA77F: hue angle of 39.34º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA77F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 167 127 -
CMYK 0 0.11 0.32 0.26
HSL 39.34º 0.31% 0.62% -
HSV(B) 39.34º 0.32% 0.74% -
XYZ 38.39 39.86 25.75 -
YUV 168.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 188 167 127 0 0.11 0.32 0.26 39.34 0.31 0.62
Hex BC A7 7F 0 B 20 1A 27 1F 3E
Octal 274 247 177 0 13 40 32 47 37 76
Binary 10111100 10100111 1111111 0 1011 100000 11010 100111 11111 111110

Color Harmonies of #BCA77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA77F

Black with #BCA77F

Text Example


Text Example

White with #BCA77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA77F; }

 p { color: rgb(188,167,127); }

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

background-color css

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

 a { background-color: rgb(188,167,127); }

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

border-color css

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

 span { border-color: rgb(188,167,127); }

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