Html Css Color HEX #BEB092 Akaroa

📋 copy color: '#BEB092'

red 190 ◦ green 176 ◦ blue 146

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

Shades of Akaroa #BEB092

Tints of Akaroa #BEB092

RGB

 RED value IS 190 (74.61% from 255) = 37.11%

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

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

R = 37.11%
G = 34.38%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BEB092 (or 0xBEB092) is known color: Akaroa. HEX triplet: BE, B0 and 92. RGB value is (190,176,146). Sum of RGB (Red+Green+Blue) = 190+176+146=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB092 is #414F6D. Grayscale: #B0B0B0. Windows color (decimal): -4280174 or 9613502. OLE color: 9613502.

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

Color convert

RGB 190 176 146 -
CMYK 0 0.07 0.23 0.25
HSL 40.91º 0.25% 0.66% -
HSV(B) 40.91º 0.23% 0.75% -
XYZ 41.95 44.07 33.49 -
YUV 176.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 190 176 146 0 0.07 0.23 0.25 40.91 0.25 0.66
Hex BE B0 92 0 7 17 19 29 19 42
Octal 276 260 222 0 7 27 31 51 31 102
Binary 10111110 10110000 10010010 0 111 10111 11001 101001 11001 1000010

Color Harmonies of #BEB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB092

Black with #BEB092

Text Example


Text Example

White with #BEB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB092; }

 p { color: rgb(190,176,146); }

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

background-color css

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

 a { background-color: rgb(190,176,146); }

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

border-color css

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

 span { border-color: rgb(190,176,146); }

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