Html Css Color HEX #BCAF9A Akaroa

📋 copy color: '#BCAF9A'

red 188 ◦ green 175 ◦ blue 154

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

Shades of Akaroa #BCAF9A

Tints of Akaroa #BCAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 36.36%
G = 33.85%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCAF9A (or 0xBCAF9A) is known color: Akaroa. HEX triplet: BC, AF and 9A. RGB value is (188,175,154). Sum of RGB (Red+Green+Blue) = 188+175+154=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF9A is #435065. Grayscale: #B0B0B0. Windows color (decimal): -4411494 or 10137532. OLE color: 10137532.

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

Color convert

RGB 188 175 154 -
CMYK 0 0.07 0.18 0.26
HSL 37.06º 0.2% 0.67% -
HSV(B) 37.06º 0.18% 0.74% -
XYZ 41.9 43.68 36.8 -
YUV 176.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 188 175 154 0 0.07 0.18 0.26 37.06 0.2 0.67
Hex BC AF 9A 0 7 12 1A 25 14 43
Octal 274 257 232 0 7 22 32 45 24 103
Binary 10111100 10101111 10011010 0 111 10010 11010 100101 10100 1000011

Color Harmonies of #BCAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF9A

Black with #BCAF9A

Text Example


Text Example

White with #BCAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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