Html Css Color HEX #FFBE70 Chardonnay

📋 copy color: '#FFBE70'

red 255 ◦ green 190 ◦ blue 112

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

Shades of Chardonnay #FFBE70

Tints of Chardonnay #FFBE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.11%

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 45.78%
G = 34.11%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFBE70 (or 0xFFBE70) is known color: Chardonnay. HEX triplet: FF, BE and 70. RGB value is (255,190,112). Sum of RGB (Red+Green+Blue) = 255+190+112=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE70 is #00418F. Grayscale: #C8C8C8. Windows color (decimal): -16784 or 7388927. OLE color: 7388927.

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

Color convert

RGB 255 190 112 -
CMYK 0 0.25 0.56 0
HSL 32.73º 1% 0.72% -
HSV(B) 32.73º 0.56% 1% -
XYZ 62.58 59.26 23.47 -
YUV 200.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 255 190 112 0 0.25 0.56 0 32.73 1 0.72
Hex FF BE 70 0 19 38 0 21 64 48
Octal 377 276 160 0 31 70 0 41 144 110
Binary 11111111 10111110 1110000 0 11001 111000 0 100001 1100100 1001000

Color Harmonies of #FFBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE70

Black with #FFBE70

Text Example


Text Example

White with #FFBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE70; }

 p { color: rgb(255,190,112); }

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

background-color css

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

 a { background-color: rgb(255,190,112); }

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

border-color css

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

 span { border-color: rgb(255,190,112); }

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