Html Css Color HEX #BFAF93 Akaroa

📋 copy color: '#BFAF93'

red 191 ◦ green 175 ◦ blue 147

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

Shades of Akaroa #BFAF93

Tints of Akaroa #BFAF93

RGB

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

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

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

R = 37.23%
G = 34.11%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFAF93 (or 0xBFAF93) is known color: Akaroa. HEX triplet: BF, AF and 93. RGB value is (191,175,147). Sum of RGB (Red+Green+Blue) = 191+175+147=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF93 is #40506C. Grayscale: #B0B0B0. Windows color (decimal): -4214893 or 9678783. OLE color: 9678783.

HSL color Cylindrical-coordinate representation of color #BFAF93: hue angle of 38.18º 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 #BFAF93 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 147 -
CMYK 0 0.08 0.23 0.25
HSL 38.18º 0.26% 0.66% -
HSV(B) 38.18º 0.23% 0.75% -
XYZ 42.08 43.84 33.85 -
YUV 176.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 191 175 147 0 0.08 0.23 0.25 38.18 0.26 0.66
Hex BF AF 93 0 8 17 19 26 1A 42
Octal 277 257 223 0 10 27 31 46 32 102
Binary 10111111 10101111 10010011 0 1000 10111 11001 100110 11010 1000010

Color Harmonies of #BFAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF93

Black with #BFAF93

Text Example


Text Example

White with #BFAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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