Html Css Color HEX #BBA47A Pavlova

📋 copy color: '#BBA47A'

red 187 ◦ green 164 ◦ blue 122

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

Shades of Pavlova #BBA47A

Tints of Pavlova #BBA47A

RGB

 RED value IS 187 (73.44% from 255) = 39.53%

 GREEN value IS 164 (64.45% from 255) = 34.67%

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

R = 39.53%
G = 34.67%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBA47A (or 0xBBA47A) is known color: Pavlova. HEX triplet: BB, A4 and 7A. RGB value is (187,164,122). Sum of RGB (Red+Green+Blue) = 187+164+122=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA47A is #445B85. Grayscale: #A6A6A6. Windows color (decimal): -4479878 or 8037563. OLE color: 8037563.

HSL color Cylindrical-coordinate representation of color #BBA47A: hue angle of 38.77º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA47A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 122 -
CMYK 0 0.12 0.35 0.27
HSL 38.77º 0.32% 0.61% -
HSV(B) 38.77º 0.35% 0.73% -
XYZ 37.28 38.52 23.88 -
YUV 166.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 187 164 122 0 0.12 0.35 0.27 38.77 0.32 0.61
Hex BB A4 7A 0 C 23 1B 27 20 3D
Octal 273 244 172 0 14 43 33 47 40 75
Binary 10111011 10100100 1111010 0 1100 100011 11011 100111 100000 111101

Color Harmonies of #BBA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA47A

Black with #BBA47A

Text Example


Text Example

White with #BBA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA47A; }

 p { color: rgb(187,164,122); }

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

background-color css

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

 a { background-color: rgb(187,164,122); }

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

border-color css

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

 span { border-color: rgb(187,164,122); }

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