Html Css Color HEX #BDB092 Akaroa

📋 copy color: '#BDB092'

red 189 ◦ green 176 ◦ blue 146

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

Shades of Akaroa #BDB092

Tints of Akaroa #BDB092

RGB

 RED value IS 189 (74.22% from 255) = 36.99%

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

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

R = 36.99%
G = 34.44%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDB092 (or 0xBDB092) is known color: Akaroa. HEX triplet: BD, B0 and 92. RGB value is (189,176,146). Sum of RGB (Red+Green+Blue) = 189+176+146=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB092 is #424F6D. Grayscale: #B0B0B0. Windows color (decimal): -4345710 or 9613501. OLE color: 9613501.

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

Color convert

RGB 189 176 146 -
CMYK 0 0.07 0.23 0.26
HSL 41.86º 0.25% 0.66% -
HSV(B) 41.86º 0.23% 0.74% -
XYZ 41.7 43.94 33.48 -
YUV 176.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 189 176 146 0 0.07 0.23 0.26 41.86 0.25 0.66
Hex BD B0 92 0 7 17 1A 2A 19 42
Octal 275 260 222 0 7 27 32 52 31 102
Binary 10111101 10110000 10010010 0 111 10111 11010 101010 11001 1000010

Color Harmonies of #BDB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB092

Black with #BDB092

Text Example


Text Example

White with #BDB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB092; }

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

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

background-color css

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

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

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

border-color css

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

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

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