Html Css Color HEX #BFB198 Akaroa

📋 copy color: '#BFB198'

red 191 ◦ green 177 ◦ blue 152

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

Shades of Akaroa #BFB198

Tints of Akaroa #BFB198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 152 (59.77% from 255) = 29.23%

R = 36.73%
G = 34.04%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFB198 (or 0xBFB198) is known color: Akaroa. HEX triplet: BF, B1 and 98. RGB value is (191,177,152). Sum of RGB (Red+Green+Blue) = 191+177+152=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB198 is #404E67. Grayscale: #B2B2B2. Windows color (decimal): -4214376 or 10006975. OLE color: 10006975.

HSL color Cylindrical-coordinate representation of color #BFB198: hue angle of 38.46º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB198 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 152 -
CMYK 0 0.07 0.20 0.25
HSL 38.46º 0.23% 0.67% -
HSV(B) 38.46º 0.2% 0.75% -
XYZ 42.88 44.79 36.09 -
YUV 178.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 191 177 152 0 0.07 0.20 0.25 38.46 0.23 0.67
Hex BF B1 98 0 7 14 19 26 17 43
Octal 277 261 230 0 7 24 31 46 27 103
Binary 10111111 10110001 10011000 0 111 10100 11001 100110 10111 1000011

Color Harmonies of #BFB198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB198

Black with #BFB198

Text Example


Text Example

White with #BFB198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB198; }

 p { color: rgb(191,177,152); }

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

background-color css

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

 a { background-color: rgb(191,177,152); }

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

border-color css

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

 span { border-color: rgb(191,177,152); }

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