Html Css Color HEX #BCB512 La Rioja

📋 copy color: '#BCB512'

red 188 ◦ green 181 ◦ blue 18

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

Shades of La Rioja #BCB512

Tints of La Rioja #BCB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.77%

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

R = 48.58%
G = 46.77%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB512 (or 0xBCB512) is known color: La Rioja. HEX triplet: BC, B5 and 12. RGB value is (188,181,18). Sum of RGB (Red+Green+Blue) = 188+181+18=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB512 is #434AED. Grayscale: #A5A5A5. Windows color (decimal): -4410094 or 1226172. OLE color: 1226172.

HSL color Cylindrical-coordinate representation of color #BCB512: hue angle of 57.53º 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 #BCB512 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 18 -
CMYK 0 0.04 0.90 0.26
HSL 57.53º 0.83% 0.4% -
HSV(B) 57.53º 0.9% 0.74% -
XYZ 37.37 43.78 7.05 -
YUV 164.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 188 181 18 0 0.04 0.90 0.26 57.53 0.83 0.4
Hex BC B5 12 0 4 5A 1A 3A 53 28
Octal 274 265 22 0 4 132 32 72 123 50
Binary 10111100 10110101 10010 0 100 1011010 11010 111010 1010011 101000

Color Harmonies of #BCB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB512

Black with #BCB512

Text Example


Text Example

White with #BCB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB512; }

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

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

background-color css

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

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

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

border-color css

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

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

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