Html Css Color HEX #BCB922 Rio Grande

📋 copy color: '#BCB922'

red 188 ◦ green 185 ◦ blue 34

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

Shades of Rio Grande #BCB922

Tints of Rio Grande #BCB922

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 34 (13.67% from 255) = 8.35%

R = 46.19%
G = 45.45%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCB922 (or 0xBCB922) is known color: Rio Grande. HEX triplet: BC, B9 and 22. RGB value is (188,185,34). Sum of RGB (Red+Green+Blue) = 188+185+34=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB922 is #4346DD. Grayscale: #A9A9A9. Windows color (decimal): -4409054 or 2275772. OLE color: 2275772.

HSL color Cylindrical-coordinate representation of color #BCB922: hue angle of 58.83º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCB922 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 34 -
CMYK 0 0.02 0.82 0.26
HSL 58.83º 0.69% 0.44% -
HSV(B) 58.83º 0.82% 0.74% -
XYZ 38.38 45.5 8.27 -
YUV 168.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 188 185 34 0 0.02 0.82 0.26 58.83 0.69 0.44
Hex BC B9 22 0 2 52 1A 3B 45 2C
Octal 274 271 42 0 2 122 32 73 105 54
Binary 10111100 10111001 100010 0 10 1010010 11010 111011 1000101 101100

Color Harmonies of #BCB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB922

Black with #BCB922

Text Example


Text Example

White with #BCB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB922; }

 p { color: rgb(188,185,34); }

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

background-color css

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

 a { background-color: rgb(188,185,34); }

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

border-color css

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

 span { border-color: rgb(188,185,34); }

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