Html Css Color HEX #BCB304 La Rioja

📋 copy color: '#BCB304'

red 188 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #BCB304

Tints of La Rioja #BCB304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 50.67%
G = 48.25%
B = 1.08%

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

#BCB304 (or 0xBCB304) is known color: La Rioja. HEX triplet: BC, B3 and 04. RGB value is (188,179,4). Sum of RGB (Red+Green+Blue) = 188+179+4=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB304 is #434CFB. Grayscale: #A2A2A2. Windows color (decimal): -4410620 or 308156. OLE color: 308156.

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

Color convert

RGB 188 179 4 -
CMYK 0 0.05 0.98 0.26
HSL 57.07º 0.96% 0.38% -
HSV(B) 57.07º 0.98% 0.74% -
XYZ 36.88 42.94 6.46 -
YUV 161.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 188 179 4 0 0.05 0.98 0.26 57.07 0.96 0.38
Hex BC B3 4 0 5 62 1A 39 60 26
Octal 274 263 4 0 5 142 32 71 140 46
Binary 10111100 10110011 100 0 101 1100010 11010 111001 1100000 100110

Color Harmonies of #BCB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB304

Black with #BCB304

Text Example


Text Example

White with #BCB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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