Html Css Color HEX #BAAF9D Akaroa

📋 copy color: '#BAAF9D'

red 186 ◦ green 175 ◦ blue 157

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

Shades of Akaroa #BAAF9D

Tints of Akaroa #BAAF9D

RGB

 RED value IS 186 (73.05% from 255) = 35.91%

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

 BLUE value IS 157 (61.72% from 255) = 30.31%

R = 35.91%
G = 33.78%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BAAF9D (or 0xBAAF9D) is known color: Akaroa. HEX triplet: BA, AF and 9D. RGB value is (186,175,157). Sum of RGB (Red+Green+Blue) = 186+175+157=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF9D is #455062. Grayscale: #B0B0B0. Windows color (decimal): -4542563 or 10334138. OLE color: 10334138.

HSL color Cylindrical-coordinate representation of color #BAAF9D: hue angle of 37.24º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAAF9D is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 175 157 -
CMYK 0 0.06 0.16 0.27
HSL 37.24º 0.17% 0.67% -
HSV(B) 37.24º 0.16% 0.73% -
XYZ 41.67 43.53 38.11 -
YUV 176.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 186 175 157 0 0.06 0.16 0.27 37.24 0.17 0.67
Hex BA AF 9D 0 6 10 1B 25 11 43
Octal 272 257 235 0 6 20 33 45 21 103
Binary 10111010 10101111 10011101 0 110 10000 11011 100101 10001 1000011

Color Harmonies of #BAAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF9D

Black with #BAAF9D

Text Example


Text Example

White with #BAAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF9D; }

 p { color: rgb(186,175,157); }

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

background-color css

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

 a { background-color: rgb(186,175,157); }

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

border-color css

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

 span { border-color: rgb(186,175,157); }

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