Html Css Color HEX #BFB098 Akaroa

📋 copy color: '#BFB098'

red 191 ◦ green 176 ◦ blue 152

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

Shades of Akaroa #BFB098

Tints of Akaroa #BFB098

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

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

R = 36.8%
G = 33.91%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFB098 (or 0xBFB098) is known color: Akaroa. HEX triplet: BF, B0 and 98. RGB value is (191,176,152). Sum of RGB (Red+Green+Blue) = 191+176+152=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB098 is #404F67. Grayscale: #B1B1B1. Windows color (decimal): -4214632 or 10006719. OLE color: 10006719.

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

Color convert

RGB 191 176 152 -
CMYK 0 0.08 0.20 0.25
HSL 36.92º 0.23% 0.67% -
HSV(B) 36.92º 0.2% 0.75% -
XYZ 42.68 44.39 36.03 -
YUV 177.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 191 176 152 0 0.08 0.20 0.25 36.92 0.23 0.67
Hex BF B0 98 0 8 14 19 25 17 43
Octal 277 260 230 0 10 24 31 45 27 103
Binary 10111111 10110000 10011000 0 1000 10100 11001 100101 10111 1000011

Color Harmonies of #BFB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB098

Black with #BFB098

Text Example


Text Example

White with #BFB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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