Html Css Color HEX #BCB203 La Rioja

📋 copy color: '#BCB203'

red 188 ◦ green 178 ◦ blue 3

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

Shades of La Rioja #BCB203

Tints of La Rioja #BCB203

RGB

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

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

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

R = 50.95%
G = 48.24%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB203 (or 0xBCB203) is known color: La Rioja. HEX triplet: BC, B2 and 03. RGB value is (188,178,3). Sum of RGB (Red+Green+Blue) = 188+178+3=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB203 is #434DFC. Grayscale: #A1A1A1. Windows color (decimal): -4410877 or 242364. OLE color: 242364.

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

Color convert

RGB 188 178 3 -
CMYK 0 0.05 0.98 0.26
HSL 56.76º 0.97% 0.37% -
HSV(B) 56.76º 0.98% 0.74% -
XYZ 36.68 42.54 6.36 -
YUV 161.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 188 178 3 0 0.05 0.98 0.26 56.76 0.97 0.37
Hex BC B2 3 0 5 62 1A 39 61 25
Octal 274 262 3 0 5 142 32 71 141 45
Binary 10111100 10110010 11 0 101 1100010 11010 111001 1100001 100101

Color Harmonies of #BCB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB203

Black with #BCB203

Text Example


Text Example

White with #BCB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB203; }

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

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

background-color css

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

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

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

border-color css

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

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

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