Html Css Color HEX #BFAE98 Akaroa

📋 copy color: '#BFAE98'

red 191 ◦ green 174 ◦ blue 152

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

Shades of Akaroa #BFAE98

Tints of Akaroa #BFAE98

RGB

 RED value IS 191 (75% from 255) = 36.94%

 GREEN value IS 174 (68.36% from 255) = 33.66%

 BLUE value IS 152 (59.77% from 255) = 29.4%

R = 36.94%
G = 33.66%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFAE98 (or 0xBFAE98) is known color: Akaroa. HEX triplet: BF, AE and 98. RGB value is (191,174,152). Sum of RGB (Red+Green+Blue) = 191+174+152=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE98 is #405167. Grayscale: #B0B0B0. Windows color (decimal): -4215144 or 10006207. OLE color: 10006207.

HSL color Cylindrical-coordinate representation of color #BFAE98: hue angle of 33.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAE98 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 152 -
CMYK 0 0.09 0.20 0.25
HSL 33.85º 0.23% 0.67% -
HSV(B) 33.85º 0.2% 0.75% -
XYZ 42.29 43.62 35.9 -
YUV 176.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 191 174 152 0 0.09 0.20 0.25 33.85 0.23 0.67
Hex BF AE 98 0 9 14 19 22 17 43
Octal 277 256 230 0 11 24 31 42 27 103
Binary 10111111 10101110 10011000 0 1001 10100 11001 100010 10111 1000011

Color Harmonies of #BFAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE98

Black with #BFAE98

Text Example


Text Example

White with #BFAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE98; }

 p { color: rgb(191,174,152); }

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

background-color css

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

 a { background-color: rgb(191,174,152); }

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

border-color css

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

 span { border-color: rgb(191,174,152); }

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