Html Css Color HEX #BFAE93 Akaroa

📋 copy color: '#BFAE93'

red 191 ◦ green 174 ◦ blue 147

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

Shades of Akaroa #BFAE93

Tints of Akaroa #BFAE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 37.3%
G = 33.98%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFAE93 (or 0xBFAE93) is known color: Akaroa. HEX triplet: BF, AE and 93. RGB value is (191,174,147). Sum of RGB (Red+Green+Blue) = 191+174+147=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE93 is #40516C. Grayscale: #B0B0B0. Windows color (decimal): -4215149 or 9678527. OLE color: 9678527.

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

Color convert

RGB 191 174 147 -
CMYK 0 0.09 0.23 0.25
HSL 36.82º 0.26% 0.66% -
HSV(B) 36.82º 0.23% 0.75% -
XYZ 41.89 43.46 33.78 -
YUV 176.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 191 174 147 0 0.09 0.23 0.25 36.82 0.26 0.66
Hex BF AE 93 0 9 17 19 25 1A 42
Octal 277 256 223 0 11 27 31 45 32 102
Binary 10111111 10101110 10010011 0 1001 10111 11001 100101 11010 1000010

Color Harmonies of #BFAE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE93

Black with #BFAE93

Text Example


Text Example

White with #BFAE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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