Html Css Color HEX #BCB912 La Rioja

📋 copy color: '#BCB912'

red 188 ◦ green 185 ◦ blue 18

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

Shades of La Rioja #BCB912

Tints of La Rioja #BCB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

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

R = 48.08%
G = 47.31%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB912 (or 0xBCB912) is known color: La Rioja. HEX triplet: BC, B9 and 12. RGB value is (188,185,18). Sum of RGB (Red+Green+Blue) = 188+185+18=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB912 is #4346ED. Grayscale: #A7A7A7. Windows color (decimal): -4409070 or 1227196. OLE color: 1227196.

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

Color convert

RGB 188 185 18 -
CMYK 0 0.02 0.90 0.26
HSL 58.94º 0.83% 0.4% -
HSV(B) 58.94º 0.9% 0.74% -
XYZ 38.2 45.43 7.33 -
YUV 166.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 188 185 18 0 0.02 0.90 0.26 58.94 0.83 0.4
Hex BC B9 12 0 2 5A 1A 3B 53 28
Octal 274 271 22 0 2 132 32 73 123 50
Binary 10111100 10111001 10010 0 10 1011010 11010 111011 1010011 101000

Color Harmonies of #BCB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB912

Black with #BCB912

Text Example


Text Example

White with #BCB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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