Html Css Color HEX #BFB299 Akaroa

📋 copy color: '#BFB299'

red 191 ◦ green 178 ◦ blue 153

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

Shades of Akaroa #BFB299

Tints of Akaroa #BFB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

 BLUE value IS 153 (60.16% from 255) = 29.31%

R = 36.59%
G = 34.1%
B = 29.31%

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

#BFB299 (or 0xBFB299) is known color: Akaroa. HEX triplet: BF, B2 and 99. RGB value is (191,178,153). Sum of RGB (Red+Green+Blue) = 191+178+153=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB299 is #404D66. Grayscale: #B3B3B3. Windows color (decimal): -4214119 or 10072767. OLE color: 10072767.

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

Color convert

RGB 191 178 153 -
CMYK 0 0.07 0.20 0.25
HSL 39.47º 0.23% 0.67% -
HSV(B) 39.47º 0.2% 0.75% -
XYZ 43.16 45.22 36.59 -
YUV 179.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 191 178 153 0 0.07 0.20 0.25 39.47 0.23 0.67
Hex BF B2 99 0 7 14 19 27 17 43
Octal 277 262 231 0 7 24 31 47 27 103
Binary 10111111 10110010 10011001 0 111 10100 11001 100111 10111 1000011

Color Harmonies of #BFB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB299

Black with #BFB299

Text Example


Text Example

White with #BFB299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB299; }

 p { color: rgb(191,178,153); }

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

background-color css

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

 a { background-color: rgb(191,178,153); }

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

border-color css

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

 span { border-color: rgb(191,178,153); }

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