Html Css Color HEX #BCB603 La Rioja

📋 copy color: '#BCB603'

red 188 ◦ green 182 ◦ blue 3

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

Shades of La Rioja #BCB603

Tints of La Rioja #BCB603

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.79%

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

R = 50.4%
G = 48.79%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB603 (or 0xBCB603) is known color: La Rioja. HEX triplet: BC, B6 and 03. RGB value is (188,182,3). Sum of RGB (Red+Green+Blue) = 188+182+3=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB603 is #4349FC. Grayscale: #A4A4A4. Windows color (decimal): -4409853 or 243388. OLE color: 243388.

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

Color convert

RGB 188 182 3 -
CMYK 0 0.03 0.98 0.26
HSL 58.05º 0.97% 0.37% -
HSV(B) 58.05º 0.98% 0.74% -
XYZ 37.48 44.15 6.63 -
YUV 163.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 188 182 3 0 0.03 0.98 0.26 58.05 0.97 0.37
Hex BC B6 3 0 3 62 1A 3A 61 25
Octal 274 266 3 0 3 142 32 72 141 45
Binary 10111100 10110110 11 0 11 1100010 11010 111010 1100001 100101

Color Harmonies of #BCB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB603

Black with #BCB603

Text Example


Text Example

White with #BCB603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB603; }

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

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

background-color css

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

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

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

border-color css

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

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

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