Html Css Color HEX #BCAF98 Akaroa

📋 copy color: '#BCAF98'

red 188 ◦ green 175 ◦ blue 152

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

Shades of Akaroa #BCAF98

Tints of Akaroa #BCAF98

RGB

 RED value IS 188 (73.83% from 255) = 36.5%

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

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

R = 36.5%
G = 33.98%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCAF98 (or 0xBCAF98) is known color: Akaroa. HEX triplet: BC, AF and 98. RGB value is (188,175,152). Sum of RGB (Red+Green+Blue) = 188+175+152=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF98 is #435067. Grayscale: #B0B0B0. Windows color (decimal): -4411496 or 10006460. OLE color: 10006460.

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

Color convert

RGB 188 175 152 -
CMYK 0 0.07 0.19 0.26
HSL 38.33º 0.21% 0.67% -
HSV(B) 38.33º 0.19% 0.74% -
XYZ 41.74 43.62 35.93 -
YUV 176.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 188 175 152 0 0.07 0.19 0.26 38.33 0.21 0.67
Hex BC AF 98 0 7 13 1A 26 15 43
Octal 274 257 230 0 7 23 32 46 25 103
Binary 10111100 10101111 10011000 0 111 10011 11010 100110 10101 1000011

Color Harmonies of #BCAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF98

Black with #BCAF98

Text Example


Text Example

White with #BCAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF98; }

 p { color: rgb(188,175,152); }

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

background-color css

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

 a { background-color: rgb(188,175,152); }

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

border-color css

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

 span { border-color: rgb(188,175,152); }

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