Html Css Color HEX #BCB503 La Rioja

📋 copy color: '#BCB503'

red 188 ◦ green 181 ◦ blue 3

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

Shades of La Rioja #BCB503

Tints of La Rioja #BCB503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 50.54%
G = 48.66%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB503 (or 0xBCB503) is known color: La Rioja. HEX triplet: BC, B5 and 03. RGB value is (188,181,3). Sum of RGB (Red+Green+Blue) = 188+181+3=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB503 is #434AFC. Grayscale: #A3A3A3. Windows color (decimal): -4410109 or 243132. OLE color: 243132.

HSL color Cylindrical-coordinate representation of color #BCB503: hue angle of 57.73º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCB503 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 3 -
CMYK 0 0.04 0.98 0.26
HSL 57.73º 0.97% 0.37% -
HSV(B) 57.73º 0.98% 0.74% -
XYZ 37.28 43.75 6.57 -
YUV 162.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 188 181 3 0 0.04 0.98 0.26 57.73 0.97 0.37
Hex BC B5 3 0 4 62 1A 3A 61 25
Octal 274 265 3 0 4 142 32 72 141 45
Binary 10111100 10110101 11 0 100 1100010 11010 111010 1100001 100101

Color Harmonies of #BCB503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB503

Black with #BCB503

Text Example


Text Example

White with #BCB503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB503; }

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

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

background-color css

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

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

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

border-color css

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

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

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