Html Css Color HEX #BCB007 La Rioja

📋 copy color: '#BCB007'

red 188 ◦ green 176 ◦ blue 7

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

Shades of La Rioja #BCB007

Tints of La Rioja #BCB007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 50.67%
G = 47.44%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCB007 (or 0xBCB007) is known color: La Rioja. HEX triplet: BC, B0 and 07. RGB value is (188,176,7). Sum of RGB (Red+Green+Blue) = 188+176+7=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB007 is #434FF8. Grayscale: #A1A1A1. Windows color (decimal): -4411385 or 503996. OLE color: 503996.

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

Color convert

RGB 188 176 7 -
CMYK 0 0.06 0.96 0.26
HSL 56.02º 0.93% 0.38% -
HSV(B) 56.02º 0.96% 0.74% -
XYZ 36.3 41.76 6.35 -
YUV 160.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 188 176 7 0 0.06 0.96 0.26 56.02 0.93 0.38
Hex BC B0 7 0 6 60 1A 38 5D 26
Octal 274 260 7 0 6 140 32 70 135 46
Binary 10111100 10110000 111 0 110 1100000 11010 111000 1011101 100110

Color Harmonies of #BCB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB007

Black with #BCB007

Text Example


Text Example

White with #BCB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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