Html Css Color HEX #BCB301 La Rioja

📋 copy color: '#BCB301'

red 188 ◦ green 179 ◦ blue 1

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

Shades of La Rioja #BCB301

Tints of La Rioja #BCB301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 51.09%
G = 48.64%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB301 (or 0xBCB301) is known color: La Rioja. HEX triplet: BC, B3 and 01. RGB value is (188,179,1). Sum of RGB (Red+Green+Blue) = 188+179+1=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB301 is #434CFE. Grayscale: #A2A2A2. Windows color (decimal): -4410623 or 111548. OLE color: 111548.

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

Color convert

RGB 188 179 1 -
CMYK 0 0.05 0.99 0.26
HSL 57.11º 0.99% 0.37% -
HSV(B) 57.11º 0.99% 0.74% -
XYZ 36.86 42.93 6.37 -
YUV 161.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 188 179 1 0 0.05 0.99 0.26 57.11 0.99 0.37
Hex BC B3 1 0 5 63 1A 39 63 25
Octal 274 263 1 0 5 143 32 71 143 45
Binary 10111100 10110011 1 0 101 1100011 11010 111001 1100011 100101

Color Harmonies of #BCB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB301

Black with #BCB301

Text Example


Text Example

White with #BCB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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