Html Css Color HEX #BFB397 Akaroa

📋 copy color: '#BFB397'

red 191 ◦ green 179 ◦ blue 151

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

Shades of Akaroa #BFB397

Tints of Akaroa #BFB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 151 (59.38% from 255) = 28.98%

R = 36.66%
G = 34.36%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BFB397 (or 0xBFB397) is known color: Akaroa. HEX triplet: BF, B3 and 97. RGB value is (191,179,151). Sum of RGB (Red+Green+Blue) = 191+179+151=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB397 is #404C68. Grayscale: #B3B3B3. Windows color (decimal): -4213865 or 9941951. OLE color: 9941951.

HSL color Cylindrical-coordinate representation of color #BFB397: hue angle of 42º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFB397 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 151 -
CMYK 0 0.06 0.21 0.25
HSL 42º 0.24% 0.67% -
HSV(B) 42º 0.21% 0.75% -
XYZ 43.19 45.55 35.79 -
YUV 179.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 191 179 151 0 0.06 0.21 0.25 42 0.24 0.67
Hex BF B3 97 0 6 15 19 2A 18 43
Octal 277 263 227 0 6 25 31 52 30 103
Binary 10111111 10110011 10010111 0 110 10101 11001 101010 11000 1000011

Color Harmonies of #BFB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB397

Black with #BFB397

Text Example


Text Example

White with #BFB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB397; }

 p { color: rgb(191,179,151); }

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

background-color css

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

 a { background-color: rgb(191,179,151); }

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

border-color css

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

 span { border-color: rgb(191,179,151); }

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