Html Css Color HEX #BFB492 Akaroa

📋 copy color: '#BFB492'

red 191 ◦ green 180 ◦ blue 146

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

Shades of Akaroa #BFB492

Tints of Akaroa #BFB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 36.94%
G = 34.82%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BFB492 (or 0xBFB492) is known color: Akaroa. HEX triplet: BF, B4 and 92. RGB value is (191,180,146). Sum of RGB (Red+Green+Blue) = 191+180+146=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB492 is #404B6D. Grayscale: #B3B3B3. Windows color (decimal): -4213614 or 9614527. OLE color: 9614527.

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

Color convert

RGB 191 180 146 -
CMYK 0 0.06 0.24 0.25
HSL 45.33º 0.26% 0.66% -
HSV(B) 45.33º 0.24% 0.75% -
XYZ 43 45.79 33.77 -
YUV 179.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 191 180 146 0 0.06 0.24 0.25 45.33 0.26 0.66
Hex BF B4 92 0 6 18 19 2D 1A 42
Octal 277 264 222 0 6 30 31 55 32 102
Binary 10111111 10110100 10010010 0 110 11000 11001 101101 11010 1000010

Color Harmonies of #BFB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB492

Black with #BFB492

Text Example


Text Example

White with #BFB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB492; }

 p { color: rgb(191,180,146); }

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

background-color css

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

 a { background-color: rgb(191,180,146); }

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

border-color css

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

 span { border-color: rgb(191,180,146); }

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