Html Css Color HEX #FFBD9B Romantic

📋 copy color: '#FFBD9B'

red 255 ◦ green 189 ◦ blue 155

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

Shades of Romantic #FFBD9B

Tints of Romantic #FFBD9B

RGB

 RED value IS 255 (100% from 255) = 42.57%

 GREEN value IS 189 (74.22% from 255) = 31.55%

 BLUE value IS 155 (60.94% from 255) = 25.88%

R = 42.57%
G = 31.55%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFBD9B (or 0xFFBD9B) is known color: Romantic. HEX triplet: FF, BD and 9B. RGB value is (255,189,155). Sum of RGB (Red+Green+Blue) = 255+189+155=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBD9B is #004264. Grayscale: #CDCDCD. Windows color (decimal): -16997 or 10206719. OLE color: 10206719.

HSL color Cylindrical-coordinate representation of color #FFBD9B: hue angle of 20.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFBD9B is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 155 -
CMYK 0 0.26 0.39 0
HSL 20.4º 1% 0.8% -
HSV(B) 20.4º 0.39% 1% -
XYZ 65.35 60.02 39.15 -
YUV 204.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 255 189 155 0 0.26 0.39 0 20.4 1 0.8
Hex FF BD 9B 0 1A 27 0 14 64 50
Octal 377 275 233 0 32 47 0 24 144 120
Binary 11111111 10111101 10011011 0 11010 100111 0 10100 1100100 1010000

Color Harmonies of #FFBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD9B

Black with #FFBD9B

Text Example


Text Example

White with #FFBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD9B; }

 p { color: rgb(255,189,155); }

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

background-color css

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

 a { background-color: rgb(255,189,155); }

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

border-color css

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

 span { border-color: rgb(255,189,155); }

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