Html Css Color HEX #BDB098 Akaroa

📋 copy color: '#BDB098'

red 189 ◦ green 176 ◦ blue 152

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

Shades of Akaroa #BDB098

Tints of Akaroa #BDB098

RGB

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

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

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

R = 36.56%
G = 34.04%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB098 (or 0xBDB098) is known color: Akaroa. HEX triplet: BD, B0 and 98. RGB value is (189,176,152). Sum of RGB (Red+Green+Blue) = 189+176+152=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB098 is #424F67. Grayscale: #B1B1B1. Windows color (decimal): -4345704 or 10006717. OLE color: 10006717.

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

Color convert

RGB 189 176 152 -
CMYK 0 0.07 0.20 0.26
HSL 38.92º 0.22% 0.67% -
HSV(B) 38.92º 0.2% 0.74% -
XYZ 42.18 44.14 36 -
YUV 177.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 189 176 152 0 0.07 0.20 0.26 38.92 0.22 0.67
Hex BD B0 98 0 7 14 1A 27 16 43
Octal 275 260 230 0 7 24 32 47 26 103
Binary 10111101 10110000 10011000 0 111 10100 11010 100111 10110 1000011

Color Harmonies of #BDB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB098

Black with #BDB098

Text Example


Text Example

White with #BDB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB098; }

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

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

background-color css

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

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

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

border-color css

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

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

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