Html Css Color HEX #BCB398 Akaroa

📋 copy color: '#BCB398'

red 188 ◦ green 179 ◦ blue 152

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

Shades of Akaroa #BCB398

Tints of Akaroa #BCB398

RGB

 RED value IS 188 (73.83% from 255) = 36.22%

 GREEN value IS 179 (70.31% from 255) = 34.49%

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

R = 36.22%
G = 34.49%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BCB398 (or 0xBCB398) is known color: Akaroa. HEX triplet: BC, B3 and 98. RGB value is (188,179,152). Sum of RGB (Red+Green+Blue) = 188+179+152=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB398 is #434C67. Grayscale: #B2B2B2. Windows color (decimal): -4410472 or 10007484. OLE color: 10007484.

HSL color Cylindrical-coordinate representation of color #BCB398: hue angle of 45º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB398 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 152 -
CMYK 0 0.05 0.19 0.26
HSL 45º 0.21% 0.67% -
HSV(B) 45º 0.19% 0.74% -
XYZ 42.53 45.2 36.19 -
YUV 178.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 188 179 152 0 0.05 0.19 0.26 45 0.21 0.67
Hex BC B3 98 0 5 13 1A 2D 15 43
Octal 274 263 230 0 5 23 32 55 25 103
Binary 10111100 10110011 10011000 0 101 10011 11010 101101 10101 1000011

Color Harmonies of #BCB398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB398

Black with #BCB398

Text Example


Text Example

White with #BCB398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB398; }

 p { color: rgb(188,179,152); }

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

background-color css

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

 a { background-color: rgb(188,179,152); }

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

border-color css

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

 span { border-color: rgb(188,179,152); }

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