Html Css Color HEX #BFB699 Akaroa

📋 copy color: '#BFB699'

red 191 ◦ green 182 ◦ blue 153

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

Shades of Akaroa #BFB699

Tints of Akaroa #BFB699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.6%

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

R = 36.31%
G = 34.6%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFB699 (or 0xBFB699) is known color: Akaroa. HEX triplet: BF, B6 and 99. RGB value is (191,182,153). Sum of RGB (Red+Green+Blue) = 191+182+153=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB699 is #404966. Grayscale: #B5B5B5. Windows color (decimal): -4213095 or 10073791. OLE color: 10073791.

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

Color convert

RGB 191 182 153 -
CMYK 0 0.05 0.20 0.25
HSL 45.79º 0.23% 0.67% -
HSV(B) 45.79º 0.2% 0.75% -
XYZ 43.96 46.83 36.86 -
YUV 181.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 191 182 153 0 0.05 0.20 0.25 45.79 0.23 0.67
Hex BF B6 99 0 5 14 19 2E 17 43
Octal 277 266 231 0 5 24 31 56 27 103
Binary 10111111 10110110 10011001 0 101 10100 11001 101110 10111 1000011

Color Harmonies of #BFB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB699

Black with #BFB699

Text Example


Text Example

White with #BFB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB699; }

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

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

background-color css

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

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

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

border-color css

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

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

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