Html Css Color HEX #BCB00D La Rioja

📋 copy color: '#BCB00D'

red 188 ◦ green 176 ◦ blue 13

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

Shades of La Rioja #BCB00D

Tints of La Rioja #BCB00D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.68%

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 49.87%
G = 46.68%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCB00D (or 0xBCB00D) is known color: La Rioja. HEX triplet: BC, B0 and 0D. RGB value is (188,176,13). Sum of RGB (Red+Green+Blue) = 188+176+13=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB00D is #434FF2. Grayscale: #A1A1A1. Windows color (decimal): -4411379 or 897212. OLE color: 897212.

HSL color Cylindrical-coordinate representation of color #BCB00D: hue angle of 55.89º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCB00D is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 13 -
CMYK 0 0.06 0.93 0.26
HSL 55.89º 0.87% 0.39% -
HSV(B) 55.89º 0.93% 0.74% -
XYZ 36.34 41.77 6.53 -
YUV 161.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 188 176 13 0 0.06 0.93 0.26 55.89 0.87 0.39
Hex BC B0 D 0 6 5D 1A 38 57 27
Octal 274 260 15 0 6 135 32 70 127 47
Binary 10111100 10110000 1101 0 110 1011101 11010 111000 1010111 100111

Color Harmonies of #BCB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB00D

Black with #BCB00D

Text Example


Text Example

White with #BCB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB00D; }

 p { color: rgb(188,176,13); }

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

background-color css

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

 a { background-color: rgb(188,176,13); }

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

border-color css

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

 span { border-color: rgb(188,176,13); }

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