Html Css Color HEX #BDB093 Akaroa

📋 copy color: '#BDB093'

red 189 ◦ green 176 ◦ blue 147

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

Shades of Akaroa #BDB093

Tints of Akaroa #BDB093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 36.91%
G = 34.38%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDB093 (or 0xBDB093) is known color: Akaroa. HEX triplet: BD, B0 and 93. RGB value is (189,176,147). Sum of RGB (Red+Green+Blue) = 189+176+147=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB093 is #424F6C. Grayscale: #B0B0B0. Windows color (decimal): -4345709 or 9679037. OLE color: 9679037.

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

Color convert

RGB 189 176 147 -
CMYK 0 0.07 0.22 0.26
HSL 41.43º 0.24% 0.66% -
HSV(B) 41.43º 0.22% 0.74% -
XYZ 41.78 43.98 33.89 -
YUV 176.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 189 176 147 0 0.07 0.22 0.26 41.43 0.24 0.66
Hex BD B0 93 0 7 16 1A 29 18 42
Octal 275 260 223 0 7 26 32 51 30 102
Binary 10111101 10110000 10010011 0 111 10110 11010 101001 11000 1000010

Color Harmonies of #BDB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB093

Black with #BDB093

Text Example


Text Example

White with #BDB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB093; }

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

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

background-color css

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

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

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

border-color css

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

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

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