Html Css Color HEX #BCB212 La Rioja

📋 copy color: '#BCB212'

red 188 ◦ green 178 ◦ blue 18

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

Shades of La Rioja #BCB212

Tints of La Rioja #BCB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

 BLUE value IS 18 (7.42% from 255) = 4.69%

R = 48.96%
G = 46.35%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB212 (or 0xBCB212) is known color: La Rioja. HEX triplet: BC, B2 and 12. RGB value is (188,178,18). Sum of RGB (Red+Green+Blue) = 188+178+18=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB212 is #434DED. Grayscale: #A3A3A3. Windows color (decimal): -4410862 or 1225404. OLE color: 1225404.

HSL color Cylindrical-coordinate representation of color #BCB212: hue angle of 56.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCB212 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 18 -
CMYK 0 0.05 0.90 0.26
HSL 56.47º 0.83% 0.4% -
HSV(B) 56.47º 0.9% 0.74% -
XYZ 36.77 42.58 6.85 -
YUV 162.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 188 178 18 0 0.05 0.90 0.26 56.47 0.83 0.4
Hex BC B2 12 0 5 5A 1A 38 53 28
Octal 274 262 22 0 5 132 32 70 123 50
Binary 10111100 10110010 10010 0 101 1011010 11010 111000 1010011 101000

Color Harmonies of #BCB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB212

Black with #BCB212

Text Example


Text Example

White with #BCB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB212; }

 p { color: rgb(188,178,18); }

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

background-color css

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

 a { background-color: rgb(188,178,18); }

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

border-color css

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

 span { border-color: rgb(188,178,18); }

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