Html Css Color HEX #BCB103 La Rioja

📋 copy color: '#BCB103'

red 188 ◦ green 177 ◦ blue 3

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

Shades of La Rioja #BCB103

Tints of La Rioja #BCB103

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

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

R = 51.09%
G = 48.1%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB103 (or 0xBCB103) is known color: La Rioja. HEX triplet: BC, B1 and 03. RGB value is (188,177,3). Sum of RGB (Red+Green+Blue) = 188+177+3=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB103 is #434EFC. Grayscale: #A1A1A1. Windows color (decimal): -4411133 or 242108. OLE color: 242108.

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

Color convert

RGB 188 177 3 -
CMYK 0 0.06 0.98 0.26
HSL 56.43º 0.97% 0.37% -
HSV(B) 56.43º 0.98% 0.74% -
XYZ 36.48 42.14 6.3 -
YUV 160.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 188 177 3 0 0.06 0.98 0.26 56.43 0.97 0.37
Hex BC B1 3 0 6 62 1A 38 61 25
Octal 274 261 3 0 6 142 32 70 141 45
Binary 10111100 10110001 11 0 110 1100010 11010 111000 1100001 100101

Color Harmonies of #BCB103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB103

Black with #BCB103

Text Example


Text Example

White with #BCB103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB103; }

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

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

background-color css

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

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

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

border-color css

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

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

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