Html Css Color HEX #BDAF8A Pavlova

📋 copy color: '#BDAF8A'

red 189 ◦ green 175 ◦ blue 138

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

Shades of Pavlova #BDAF8A

Tints of Pavlova #BDAF8A

RGB

 RED value IS 189 (74.22% from 255) = 37.65%

 GREEN value IS 175 (68.75% from 255) = 34.86%

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 37.65%
G = 34.86%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BDAF8A (or 0xBDAF8A) is known color: Pavlova. HEX triplet: BD, AF and 8A. RGB value is (189,175,138). Sum of RGB (Red+Green+Blue) = 189+175+138=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF8A is #425075. Grayscale: #AFAFAF. Windows color (decimal): -4345974 or 9088957. OLE color: 9088957.

HSL color Cylindrical-coordinate representation of color #BDAF8A: hue angle of 43.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDAF8A is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 138 -
CMYK 0 0.07 0.27 0.26
HSL 43.53º 0.28% 0.64% -
HSV(B) 43.53º 0.27% 0.74% -
XYZ 40.9 43.31 30.25 -
YUV 174.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 189 175 138 0 0.07 0.27 0.26 43.53 0.28 0.64
Hex BD AF 8A 0 7 1B 1A 2C 1C 40
Octal 275 257 212 0 7 33 32 54 34 100
Binary 10111101 10101111 10001010 0 111 11011 11010 101100 11100 1000000

Color Harmonies of #BDAF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF8A

Black with #BDAF8A

Text Example


Text Example

White with #BDAF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF8A; }

 p { color: rgb(189,175,138); }

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

background-color css

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

 a { background-color: rgb(189,175,138); }

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

border-color css

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

 span { border-color: rgb(189,175,138); }

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